-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Criação de método de pagamento com erro #6
Comments
O "customerId" deve ser setado na instancia. var customerPaymentMethod = new iugu.resources.CustomerPaymentMethods(
{ customerId: YOUR_CUSTOMER_ID }
);
customerPaymentMethod.create(params, ...); |
@embarbosa o comentário de @vinone resolveu? |
@lspecian Sim... resolveu sim! |
Pessoal, Agora para remover um metodo de pagamento também não estou conseguindo! Vocês tem algum exemplo? |
Estou com alguns problemas com o update também:
E o console.log(customer); está retornando: { errors: 'Not Found' } Executei o retrieve no mesmo id e funcionou normalmente. Estou chamando o método incorretamente? |
Acabei de descobrir que o problema que está ocorrendo é de versionamento com o NPM. Ao baixar o pacote iugu da npm, vem uma versão desatualizada, onde no IuguMethod.basic.js o update está como "POST" e não como "PUT". Sugiro colocar a versão para 0.0.7 para corrigir isso. |
Consegui criar o método de pagamento assim:
|
Ola Pessoal, Gostaria de saber como faço para passar o AccountId no resource Accounts, método request_verification. Alguém pode me passar um exemplo que funcione? Muito obrigado. |
Toda vez que é executado uma chamada no método de criar novo método de pagamento para o cliente (iugu.customerPaymentMethods.create), retorna erro dizendo: "Customer not found"
The text was updated successfully, but these errors were encountered: