Module: Bluepay::BP10EMU

Includes:
Interface
Included in:
TransactionBase
Defined in:
lib/bluepay/BP10EMU.rb

Constant Summary collapse

PATH =
"/interfaces/bp10emu".freeze

Constants included from Parameters

Parameters::BOOLEAN_CONVERTER, Parameters::DEFAULT_CONVERTER

Instance Method Summary collapse

Methods included from Interface

#path

Methods included from Parameters

#bluepay_params, #converted_params, included, #params

Instance Method Details

#dataObject



6
7
8
9
10
# File 'lib/bluepay/BP10EMU.rb', line 6

def data
  {
    'MERCHANT' => Bluepay.
  }.merge(request_params)
end