lib/active_merchant/billing/gateways/wirecard.rb in activemerchant-1.38.1 vs lib/active_merchant/billing/gateways/wirecard.rb in activemerchant-1.39.0

- old
+ new

@@ -28,10 +28,10 @@ # For example, a typical U.S. or Canadian number would be "+1(202)555-1234-739" indicating PBX extension 739 at phone # number 5551234 within area code 202 (country code 1). VALID_PHONE_FORMAT = /\+\d{1,3}(\(?\d{3}\)?)?\d{3}-\d{4}-\d{3}/ # The countries the gateway supports merchants from as 2 digit ISO country codes - self.supported_countries = ['DE'] + self.supported_countries = %w(AD CY GI IM MT RO CH AT DK GR IT MC SM TR BE EE HU LV NL SK GB BG FI IS LI NO SI VA FR IL LT PL ES CZ DE IE LU PT SE) # Wirecard supports all major credit and debit cards: # Visa, Mastercard, American Express, Diners Club, # JCB, Switch, VISA Carte Bancaire, Visa Electron and UATP cards. # They also support the latest anti-fraud systems such as Verified by Visa or Master Secure Code.