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

Transaction ID in order not updated when manually capturing authorized payment from WC (834) #766

Closed
AlexP11223 opened this issue Aug 3, 2022 · 0 comments · Fixed by #767
Labels
bug Something isn't working
Milestone

Comments

@AlexP11223
Copy link
Contributor

Describe the Bug

When a payment is first authorized and then captured, PayPal creates two transactions. Both of these transactions (auth & capture) have different transaction ids, so usually, after capturing, the transaction ID in the WooCommerce order is updated.

This does not happen when the payment is manually captured from the WooCommerce order actions.

The transaction ID in the order remains the original one from the authorization.

To Reproduce

  • set intent to Authorize
  • buy product
  • capture payment through the WooCommerce order
  • the order status updates but the transaction ID remains the same

Expected Behavior

The transaction ID should be updated with the new one from the captured transaction.

@InpsydeNiklas InpsydeNiklas added the bug Something isn't working label Aug 3, 2022
@Dinamiko Dinamiko added this to the Next version milestone Aug 10, 2022
@Dinamiko Dinamiko mentioned this issue Aug 18, 2022
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

Successfully merging a pull request may close this issue.

3 participants