module Payture::Client::Vwapi
Constants
- API_METHODS
Public Instance Methods
charge(options={})
click to toggle source
# File lib/payture/client/vwapi.rb, line 18 def charge options={} options = hash_to_camelcase(options) response = connection(false).get do |request| request.url('Charge', options) end return Response.create(response.body).charge end