Closed (fixed)
Project:
Commerce PayPal
Version:
8.x-1.x-dev
Component:
PayPal Checkout
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jun 2020 at 13:28 UTC
Updated:
10 Jul 2020 at 15:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
jsacksick commentedI've had issues caused by the order refresh causing a potential order total mismatch... Which one is causing issues? The one from
onCreate? OronApprove?Are you using smart payment buttons? From where are you initiating the payment? (The buttons from the cart page?)
Comment #3
scalas89 commentedThe
onApproveone is causing the issue.In a clean installation I've just enabled the modules (commerce and commerce_paypal), created a Payment Gateway (PayPal Commerce Platform (Preferred)) without smart payment buttons and tried a standard checkout process with a guest checkout.
Comment #4
jsacksick commentedSo the "PayPal Commerce Platform features" is configured to "Accept credit cards", you enter the CC details in checkout, and when do you get that error? Because I just tried and I couldn't reproduce the error...
Comment #5
scalas89 commentedThis is my configuration
Comment #6
jsacksick commentedThe relevant setting isn't present in the screenshot.
Are you entering CC details in checkout? Or are you placing your purchase using the buttons?
There's a setting called "PayPal Commerce Platform features", does it say "Accept credit cards"?
Comment #7
scalas89 commentedSorry, mea culpa! :)
The options is set on "Accept PayPal with Smart Payment Buttons".
I'm not entering any CC at checkout, just clicking on the "Paypal" button and login with paypal credentials.
Comment #9
jsacksick commentedGood catch... I actually have no idea why, but I managed to reproduce the error and confirmed refreshing the order did the trick... So I'll probably tag a new release right away since this is an important bug.
Comment #10
scalas89 commentedCool, thanks!