add a method to response so we can easily get the token for Validate transactions
[Source]
# File lib/active_merchant/billing/gateways/payment_express.rb, line 237 237: def token 238: @params["billing_id"] || @params["dps_billing_id"] 239: end
[Validate]