lib/active_merchant/billing/gateways/paybox_direct.rb in activemerchant-1.83.0 vs lib/active_merchant/billing/gateways/paybox_direct.rb in activemerchant-1.84.0
- old
+ new
@@ -172,10 +172,9 @@
def message_from(response)
success?(response) ? SUCCESS_MESSAGE : (response[:commentaire] || FAILURE_MESSAGE)
end
def post_data(action, parameters = {})
-
parameters.update(
:version => API_VERSION,
:type => TRANSACTIONS[action.to_sym],
:dateq => Time.now.strftime('%d%m%Y%H%M%S'),
:numquestion => unique_id(parameters[:order_id]),