Open andre0799 opened 7 years ago
The code below always fails because it should use PUT instead of POST:
updatePaymentMethod: iuguMethod({ method: 'POST', path: '/{customerId}/payment_methods/{paymentMethodId}', urlParams: ['customerId', 'paymentMethodId'] }),
The code below always fails because it should use PUT instead of POST:
updatePaymentMethod: iuguMethod({ method: 'POST', path: '/{customerId}/payment_methods/{paymentMethodId}', urlParams: ['customerId', 'paymentMethodId'] }),