Remove Turkish Lira from PayPal payment method
authorNiklas <Krymonota@users.noreply.github.com>
Sun, 5 Jan 2020 02:59:26 +0000 (03:59 +0100)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 02:59:26 +0000 (03:59 +0100)
Turkish Lira is no longer supported by PayPal.

wcfsetup/install/files/lib/system/payment/method/PaypalPaymentMethod.class.php

index 9ada7b824f41266323506a5d38039f9a42253e4f..0f0286c47b1168cea7d9f1c20178269e4b051263 100644 (file)
@@ -48,7 +48,6 @@ class PaypalPaymentMethod extends AbstractPaymentMethod {
                        'CHF', // Swiss Franc
                        'TWD', // Taiwan New Dollar
                        'THB', // Thai Baht
-                       'TRY', // Turkish Lira
                        'USD'  // U.S. Dollar
                ];
        }