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

Send client_reference_id with PurchaseRequest #220

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

chargePanelAndreas
Copy link

There is no way to get the internal reference back from Stripe in a webhook for a Checkout PurchaseRequest because the client_reference_id is not sent to the API.

This pull request adds the missing data to the request, with tests.

chargePanelAndreas and others added 4 commits August 26, 2022 11:16
commit 4f93e22
Author: Andreas Radloff <andreas.radloff@chargepanel.com>
Date:   Mon Aug 29 11:37:00 2022 +0200

    add some params required for saving card for future use

commit e76e7ff
Author: Andreas Radloff <andreas.radloff@chargepanel.com>
Date:   Mon Aug 29 11:21:14 2022 +0200

    add some params required for saving card for future use
* Some parameters made optional

* Update composer.json

* Update CreatePaymentMethodRequest.php

* Revert "Update composer.json"

This reverts commit 705a85e.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants