lib/active_merchant/billing/gateways/bambora_apac.rb in activemerchant-1.112.0 vs lib/active_merchant/billing/gateways/bambora_apac.rb in activemerchant-1.113.0
- old
+ new
@@ -16,10 +16,10 @@
STANDARD_ERROR_CODE_MAPPING = {
'05' => STANDARD_ERROR_CODE[:card_declined],
'06' => STANDARD_ERROR_CODE[:processing_error],
'14' => STANDARD_ERROR_CODE[:invalid_number],
- '54' => STANDARD_ERROR_CODE[:expired_card],
+ '54' => STANDARD_ERROR_CODE[:expired_card]
}
def initialize(options={})
requires!(options, :username, :password)
super