lib/active_merchant/billing/gateways/paybox_direct.rb in activemerchant-1.101.0 vs lib/active_merchant/billing/gateways/paybox_direct.rb in activemerchant-1.102.0
- old
+ new
@@ -169,10 +169,10 @@
def service_unavailable?(response)
UNAVAILABILITY_CODES.include?(response[:codereponse])
end
def message_from(response)
- success?(response) ? SUCCESS_MESSAGE : (response[:commentaire] || FAILURE_MESSAGE)
+ success?(response) ? SUCCESS_MESSAGE : (response[:commentaire] || FAILURE_MESSAGE)
end
def post_data(action, parameters = {})
parameters.update(
:version => API_VERSION,