Module: Bluepay::BP10EMU
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
Methods included from Parameters
#bluepay_params, #converted_params, included, #params
Instance Method Details
#data ⇒ Object
6 7 8 9 10 |
# File 'lib/bluepay/BP10EMU.rb', line 6 def data { 'MERCHANT' => Bluepay.account_id }.merge(request_params) end |