lib/active_merchant/billing/gateways/komoju.rb in activemerchant-1.108.0 vs lib/active_merchant/billing/gateways/komoju.rb in activemerchant-1.109.0

- old
+ new

@@ -8,10 +8,10 @@ self.supported_countries = ['JP'] self.default_currency = 'JPY' self.money_format = :cents self.homepage_url = 'https://www.komoju.com/' self.display_name = 'Komoju' - self.supported_cardtypes = [:visa, :master, :american_express, :jcb] + self.supported_cardtypes = %i[visa master american_express jcb] STANDARD_ERROR_CODE_MAPPING = { 'bad_verification_value' => 'incorrect_cvc', 'card_expired' => 'expired_card', 'card_declined' => 'card_declined',