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
Redirected back to my site to confirm shipping and tax (based off getDetails information from PayPal)
Finish checkout
Expected Outcome:
Order amount, Invoice ID, Customer Email, Customer Phone Number, Shipping amount, and Tax amount should be updated with the Authorize.net dashboard and PayPal.
Actual Outcome:
Only the order amount was updated with PayPal (thankfully), however the Authorize.net dashboard does not have any of the fields updated (Order amount, Invoice ID, Customer Email, Customer Phone Number, Shipping amount, and Tax amount).
I can capture an order through Authorize's API and it will capture the incorrect amount on PayPal. This could be very scary to my client and I will have to explain to them that PayPal is receiving the correct amount but Authorize.net is not, and they will have to capture the order on PayPal. I will also have to explain to them that all the order data cannot be imported into the dashboard until Authorize.net fixes this.
The text was updated successfully, but these errors were encountered:
My code for setTransactionRequest:
Steps to reproduce
Expected Outcome:
Order amount, Invoice ID, Customer Email, Customer Phone Number, Shipping amount, and Tax amount should be updated with the Authorize.net dashboard and PayPal.
Actual Outcome:
Only the order amount was updated with PayPal (thankfully), however the Authorize.net dashboard does not have any of the fields updated (Order amount, Invoice ID, Customer Email, Customer Phone Number, Shipping amount, and Tax amount).
I can capture an order through Authorize's API and it will capture the incorrect amount on PayPal. This could be very scary to my client and I will have to explain to them that PayPal is receiving the correct amount but Authorize.net is not, and they will have to capture the order on PayPal. I will also have to explain to them that all the order data cannot be imported into the dashboard until Authorize.net fixes this.
The text was updated successfully, but these errors were encountered: