TheVilleOrg / phpbb-groupsub

This is a extension for phpBB3 that allows you to create paid subscriptions for members to gain access to usergroups.
https://www.phpbb.com/customise/db/extension/groupsub/
GNU General Public License v2.0
10 stars 11 forks source link

PayPal payment without function #41

Open jan-2017 opened 3 years ago

jan-2017 commented 3 years ago

Hello.

I have installed version 1.3.0-beta4 and have found a bug.

Open stevotvr/groupsub/language/en/common.php

'GROUPSUB_DECIMAL_SEPARATOR' => '.', 'GROUPSUB_THOUSANDS_SEPARATOR' => ',',

If you replace the period with a comma and the comma with the period, the Paypal payment will not work.

For information only