-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
Paddle Billing Updates #875
Conversation
Checking the Paddle docs, they recommend grabbing the latest transactions from the API when doing an immediate charge, so I'll add a commit for this shortly |
Thanks for this! 👍 |
Updated 👍 |
…o paddle-billing-updates * 'paddle-billing-updates' of github.com:deanpcmad/pay: Paddle Billing Docs (pay-rails#873) Update 1_installation.md with Stripe version 10 (pay-rails#880) Add Rails 7.1 to tests and remove Ruby 2.7 as it's EOL (pay-rails#878) Fix issue with Paddle Billing Charges when there's no payment details (pay-rails#872) Merge session_id into return_url for Stripe Checkout Stripe v10 Update github actions to use main branch (pay-rails#871)
Have updated the |
@deanpcmad how much work do you think it would be to migrate PaddleClassic to your paddle gem? |
Shouldn't be too much work as I think most of the methods are similar. Will try and take a look tonight |
Figure it would simplify long-term maintenance, so that would be great. 👍 |
This PR updates some old
PaddlePay
code that was left during the transfer.It updates the
processor_subscription
andcharge
methods.When creating a one-off charge on Paddle, it returns the subscription back and not the transaction, which is annoying. So I've left it so it creates the transaction and then the webhook will receive that as normal