Method: ProcessOut::ExternalThreeDS#new
- Defined in:
- lib/processout/external_three_ds.rb
#new(data = {}) ⇒ Object
Create a new ExternalThreeDS using the current client
67 68 69 |
# File 'lib/processout/external_three_ds.rb', line 67 def new(data = {}) ExternalThreeDS.new(@client, data) end |