Method: Nps::Sdk#create_payment_method
- Defined in:
- lib/nps/sdk.rb
#create_payment_method(params) ⇒ Object
78 79 80 |
# File 'lib/nps/sdk.rb', line 78 def create_payment_method(params) soap_call(Services::CREATE_PAYMENT_METHOD, params) end |