I have created these two classes
///////// BankAccountt Class \\
class BankAccount { constructor(accountNo , balance ){ this.accountNo = accountNo ; this.balance = balance; } deposit(amount){ this.BankAccount.balance += amount; } withdraw(amount){ this.BankAccount.balance -= amount; } toString() { return this.accountNo + ” has QR” +
PayPal Gateway not configured
PayPal Gateway not configured