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

Need transactionId for checkout mutation #226

Closed
Nisfan opened this issue Jan 31, 2020 · 1 comment
Closed

Need transactionId for checkout mutation #226

Nisfan opened this issue Jan 31, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@Nisfan
Copy link

Nisfan commented Jan 31, 2020

We need to inform woocommerce about the payment made via stripe

@kidunot89
Copy link
Member

To elaborate more on this when an order is created using the createOrder or checkout the order payment status is check using a transaction ID typically distributed when the payment service processing the payment. Upon the checking of this token the order status is set. The transactionId isn't required to execute either mutation, however the problem is that it's currently not possible to pass the transactionId to the checkout mutation as an argument.

@kidunot89 kidunot89 added the bugfix Implements bugfix label Feb 1, 2020
@kidunot89 kidunot89 mentioned this issue Feb 3, 2020
2 tasks
@kidunot89 kidunot89 added bug Something isn't working and removed bugfix Implements bugfix labels Feb 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants