Class: GpWebpay::Http::Services::CreateOrder

Inherits:
BaseSignedRequest show all
Defined in:
lib/gp_webpay/http/services/create_order.rb

Instance Attribute Summary

Attributes inherited from BaseSignedRequest

#attributes, #config, #locale, #operation, #url_attributes

Instance Method Summary collapse

Methods inherited from BaseSignedRequest

#call

Methods inherited from Service

#call

Constructor Details

#initialize(attributes, locale, merchant_number: nil, url_attributes: {}) ⇒ CreateOrder

Returns a new instance of CreateOrder.



14
15
16
# File 'lib/gp_webpay/http/services/create_order.rb', line 14

def initialize(attributes, locale, merchant_number: nil, url_attributes: {})
  super(attributes, locale, 'CREATE_ORDER', merchant_number: merchant_number, url_attributes: url_attributes)
end