Class: PaymentGateway::ForAll::Vault

Inherits:
Base
  • Object
show all
Defined in:
lib/payment_gateway/for_all/vault.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from PaymentGateway::ForAll::Base

Instance Method Details

#request_keyObject



5
6
7
8
9
# File 'lib/payment_gateway/for_all/vault.rb', line 5

def request_key
  PaymentGateway::ForAll.configure do |configure|
    configure.access_key = request(:post, endpoint)[:accessKey]
  end
end