Elias Cooper

Results 2 issues of Elias Cooper

On trying to make a payment with blockchain wallet service getting this error: 1626937800132 - error: undefined TypeError: Cannot read property 'accounts' of undefined at Payment.from (/usr/local/lib/node_modules/blockchain-wallet-service/node_modules/blockchain-wallet-client/lib/payment.js:261:72) at Payment.from (/usr/local/lib/node_modules/blockchain-wallet-service/node_modules/blockchain-wallet-client/lib/payment.js:73:49)...

blockchain-wallet-service -V: 0.26.3 nodejs -v: v8.10.0 after I send request to fetch wallet balance : params = { 'password': self.decode_password(), 'api_code': APP_KEYS['blockchain'], } r = requests.get(f'http://localhost:3000/merchant/{self.guid}/balance', params=params) I'm getting either...