[BUG] PrestaShop 8.2.1 PrestaShop Checkout 8.5.4.0 PayPal Direct Card Payment #1550
TGD001
started this conversation in
Bug reports
Replies: 1 comment
|
Hello @TGD001 👋 Thank you for the report. This issue has been addressed in the latest release of PrestaShop Checkout. 👉 https://github.com/PrestaShopCorp/ps_checkout/releases/latest If the issue still occurs after updating, feel free to share your exact module version and logs, and we’ll investigate further. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I found a reproducible issue in PrestaShop Checkout 8.5.4.0 related to PayPal Direct Card Payments.
Scenario:
Customer pays successfully using “Direct Card Payment” through PayPal Checkout.
Result:
• PayPal transaction is completed correctly
• Order is validated correctly in PrestaShop
•
ps_orders.paymentis filled with “Card”• BUT no row is created inside
ps_order_paymentConsequences:
• missing payment details in Back Office
• missing PayPal transaction ID in order page
• Back Office payment section may trigger exceptions/errors
• manual database correction required
Environment:
• PrestaShop 8
• PrestaShop Checkout 8.5.4.0
• PayPal Direct Card Payment
The payment itself is captured correctly on PayPal side.
The issue only affects payment detail registration inside PrestaShop.
Thank you.
All reactions