coinbase / coinbase-pro-node

DEPRECATED — The official Node.js library for Coinbase Pro
Apache License 2.0
844 stars 316 forks source link

TypeError: authedClient.depositPayment is not a function #350

Closed auicheng closed 5 years ago

auicheng commented 5 years ago

I called the the depositPayment method as the way in the docs. const depositPaymentParamsUSD = { amount: '100.00', currency: 'USD', payment_method_id: 'bc6d7162-d984-5ffa-963c-a493b1c1370b', // ach_bank_account }; authedClient.depositPayment(depositPaymentParamsUSD, callback); How to solve this?

vansergen commented 5 years ago

It is solved on the latest master branch.

fb55 commented 5 years ago

Thanks @vansergen!