lib/active_merchant/billing/gateways/openpay.rb in activemerchant-1.104.0 vs lib/active_merchant/billing/gateways/openpay.rb in activemerchant-1.105.0
- old
+ new
@@ -218,12 +218,12 @@
def json_error(raw_response)
msg = 'Invalid response received from the Openpay API. Please contact soporte@openpay.mx if you continue to receive this message.'
msg += " (The raw response returned by the API was #{raw_response.inspect})"
{
- 'category' => 'request',
- 'error_code' => '9999',
- 'description' => msg
+ 'category' => 'request',
+ 'error_code' => '9999',
+ 'description' => msg
}
end
end
end
end