Method: ActiveMerchant::Billing::PaymentExpressResponse#token

Defined in:
lib/active_merchant/billing/gateways/payment_express.rb

#tokenObject

add a method to response so we can easily get the token for Validate transactions



372
373
374
# File 'lib/active_merchant/billing/gateways/payment_express.rb', line 372

def token
  @params['billing_id'] || @params['dps_billing_id'] || @params['dps_txn_ref']
end