Paypal payment error message

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
kuoyehs
Posts: 22
Joined: 09 Sep 2019, 03:01

Paypal payment error message

Post by kuoyehs » 17 Sep 2019, 06:45

I chose paypal payment, but have the error message.
Image

paypal service
Image

admin log
Image

User avatar
aimeos
Administrator
Posts: 7890
Joined: 01 Jan 1970, 00:00

Re: Paypal payment error message

Post by aimeos » 17 Sep 2019, 08:18

The admin log shows more information if you click on the message
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

kuoyehs
Posts: 22
Joined: 09 Sep 2019, 03:01

Re: Paypal payment error message

Post by kuoyehs » 17 Sep 2019, 09:50

Image

User avatar
aimeos
Administrator
Posts: 7890
Joined: 01 Jan 1970, 00:00

Re: Paypal payment error message

Post by aimeos » 17 Sep 2019, 09:56

Which currency do you use?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

kuoyehs
Posts: 22
Joined: 09 Sep 2019, 03:01

Re: Paypal payment error message

Post by kuoyehs » 18 Sep 2019, 01:30

I use TWD (New Taiwan dollar).

User avatar
aimeos
Administrator
Posts: 7890
Joined: 01 Jan 1970, 00:00

Re: Paypal payment error message

Post by aimeos » 18 Sep 2019, 09:57

Can you please update to the latest 2019.07 version, namely aimeos/aimeos-core 2019.07.10. This version uses the "precision" configuration to limit the number of decimal digits passed to PayPal.

1.) Run composer to get the new version:

Code: Select all

composer update
2.) Configure the number of digits in prices to 0:
https://aimeos.org/docs/Configuration/C ... /precision
For example as PHP code:

Code: Select all

'mshop' => [
    'price' => [
        'precision' => 0
    ]
]
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply