Overpricing
-
Hello!
We have the problem that many customers (payment via Paypal). The customer applies a coupon code, in the checkout the coupon code is displayed correctly, also with Paypal. This amount (order total minus discount) is authorized at Paypal. However, WordPress then wants to debit the amount without the discount. Why the order is rejected
After checking the logs in our system, I found the following values:
"amount": {
"currency_code": "EUR",
"value": "48.16",
"breakdown": {
"item_total": {
"currency_code": "EUR",
"value": "58.02"
},
"shipping": {
"currency_code": "EUR",
"value": "0.00"
},
"tax_total": {
"currency_code": "EUR",
"value": "0.00"
},
"discount": {
"currency_code": "EUR",
"value": "9.86"
}
}
It appears that the attempted amount of 58.02 euros does not have a discount of 9.86 euros applied.
Translated with www.DeepL.com/Translator (free version)The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.