issue: If your using typescript, getPaymentMethods does not exist on the authenticated client, yet should be.
Steps to reproduce:
Simply create a typescript node project, connect to an authenticated client and call the method. You will get an error at compile time because the method is not defined on the Authenticated Client.
issue: If your using typescript, getPaymentMethods does not exist on the authenticated client, yet should be.
Steps to reproduce: Simply create a typescript node project, connect to an authenticated client and call the method. You will get an error at compile time because the method is not defined on the Authenticated Client.