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

Adds Stripe client_reference_id generator and lookup #823

Merged
merged 5 commits into from
Jun 2, 2023

Conversation

excid3
Copy link
Collaborator

@excid3 excid3 commented Jun 2, 2023

Stripe's requirements for client_reference_id don't allow for use of Signed GlobalIDs which would be the ideal solution. Instead, we've implemented our own ID format that is flexible to work with our polymorphic relationship on Pay::Customer.

Fixes #670

@excid3 excid3 added the bug label Jun 2, 2023
@excid3 excid3 merged commit 9755105 into master Jun 2, 2023
42 checks passed
@excid3 excid3 deleted the stripe-client-reference-ids branch June 2, 2023 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants