lib/active_merchant/billing/gateways/paypal_express.rb in activemerchant-1.57.0 vs lib/active_merchant/billing/gateways/paypal_express.rb in activemerchant-1.58.0

- old
+ new

@@ -24,10 +24,10 @@ 'CN' => 'zh_CN', 'HK' => 'zh_HK', 'TW' => 'zh_TW' } - CURRENCIES_WITHOUT_FRACTIONS = %w(BRL HUF JPY MYR TWD TRY) + CURRENCIES_WITHOUT_FRACTIONS = %w(HUF JPY TWD) self.test_redirect_url = 'https://www.sandbox.paypal.com/cgi-bin/webscr' self.supported_countries = ['US'] self.homepage_url = 'https://www.paypal.com/cgi-bin/webscr?cmd=xpt/merchant/ExpressCheckoutIntro-outside' self.display_name = 'PayPal Express Checkout'