We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi try to replace a payment in a running subscription.
I create a new payment find the subscription.
then subscription.payment = new_payment.id subscription.update
...
undefined method `update' for #Paymill::Subscription:0x007f81fe587e88
I have no clue.
The text was updated successfully, but these errors were encountered:
Hi @LosVogas I will check this soon and write back.
Sorry, something went wrong.
Hi @LosVogas
Pls check the flow in the update payment of subscription spec
I have tested it again manually and it works for me.
I will suggest to add the client reference when creating the new payment.
No branches or pull requests
Hi try to replace a payment in a running subscription.
I create a new payment
find the subscription.
then subscription.payment = new_payment.id
subscription.update
...
undefined method `update' for #Paymill::Subscription:0x007f81fe587e88
I have no clue.
The text was updated successfully, but these errors were encountered: