You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CompleteOrderAction does not save the transaction id in the Payment details which makes it hard to correlate payment details in Sylius with transactions appearing in the Paypal dashboard.
Proposed solution
In CompleteOrderAction, persist the transaction_id which can be found under $orderDetails['purchase_units'][0]["payments"]["captures"][0]["id"]
I'd be happy to implement this
The text was updated successfully, but these errors were encountered:
This PR was merged into the 1.4 branch.
Discussion
----------
| Q | A
| --------------- | -----
| Branch? | 1.3 (security fixes), 1.4 (bug fixes, improvements), master (new features)
| Bug fix? | no
| New feature? |yes
| Related tickets | mentioned in #251
Commits
-------
cda8150 add transaction id to payment details
2b447f3 Add spec for the new functionality
Current problem
The
CompleteOrderAction
does not save the transaction id in the Payment details which makes it hard to correlate payment details in Sylius with transactions appearing in the Paypal dashboard.Proposed solution
In
CompleteOrderAction
, persist thetransaction_id
which can be found under$orderDetails['purchase_units'][0]["payments"]["captures"][0]["id"]
I'd be happy to implement this
The text was updated successfully, but these errors were encountered: