Skip to content
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

Update Paddle Billing Payment Methods to use payment_method_id #945

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

deanpcmad
Copy link
Contributor

Paddle have added a new payment_method_id field, which returns a Paddle ID. This replaces the stored_payment_method_id field which returned a UUID.

For their changelog entry: https://developer.paddle.com/changelog/2024/payment-method-paddle-id

I assume this means they will be adding a Payment Methods API soon, which could be useful.

@excid3 excid3 merged commit 54a51ff into pay-rails:main Jan 29, 2024
36 checks passed
@excid3
Copy link
Collaborator

excid3 commented Jan 29, 2024

This will probably produce duplicates I just realized since the UUID version of a payment method could be in the database already. I'm not sure we need to do anything in Pay but maybe a note in the UPGRADE guide for the next release?

@excid3 excid3 added the Paddle label Jan 29, 2024
@deanpcmad
Copy link
Contributor Author

Ah, good point. Yeah, adding that to the upgrade docs is a good idea.

@deanpcmad deanpcmad deleted the paddle-paymentmethodid branch January 29, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants