lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.7.3 vs lib/active_merchant/billing/gateways/payment_express.rb in activemerchant-1.8.0
- old
+ new
@@ -185,10 +185,10 @@
# Parse the XML response
response = parse( ssl_post(URL, request.to_s) )
# Return a response
- PaymentExpressResponse.new(response[:success] == APPROVED, response[:response_text], response,
+ PaymentExpressResponse.new(response[:success] == APPROVED, response[:card_holder_help_text], response,
:test => response[:test_mode] == '1',
:authorization => response[:dps_txn_ref]
)
end
\ No newline at end of file