Bug in Currency
-
There appears to be a bug for the use of EURO as a currency.
File: ds-sagepay-direct.php
Line: 101define(‘SAGEPAY_CURRENCY’, ‘USD,US Dollar (USD),EURO,Euro,GBP,GB Pound (GBP)’);
The code for the use of EURO’s with Sagepay should be ‘EUR’
Correct line is:
define(‘SAGEPAY_CURRENCY’, ‘USD,US Dollar (USD),EUR,Euro (EUR),GBP,GB Pound (GBP)’);Hope that helps somebody else.
https://www.ads-software.com/extend/plugins/sagepay-direct-for-woocommerce-payment-gateway/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bug in Currency’ is closed to new replies.