See:
# File lib/braintree/transparent_redirect.rb, line 17 def self.confirm(query_string) Configuration.gateway.transparent_redirect.confirm(query_string) end
See www.braintreepayments.com/docs/ruby/credit_cards/create_tr
# File lib/braintree/transparent_redirect.rb, line 22 def self.create_credit_card_data(params) Configuration.gateway.transparent_redirect.create_credit_card_data(params) end
See www.braintreepayments.com/docs/ruby/customers/create_tr
# File lib/braintree/transparent_redirect.rb, line 27 def self.create_customer_data(params) Configuration.gateway.transparent_redirect.create_customer_data(params) end
See www.braintreepayments.com/docs/ruby/transactions/create_tr
# File lib/braintree/transparent_redirect.rb, line 32 def self.transaction_data(params) Configuration.gateway.transparent_redirect.transaction_data(params) end
See www.braintreepayments.com/docs/ruby/credit_cards/update_tr
# File lib/braintree/transparent_redirect.rb, line 37 def self.update_credit_card_data(params) Configuration.gateway.transparent_redirect.update_credit_card_data(params) end
See www.braintreepayments.com/docs/ruby/customers/update_tr
# File lib/braintree/transparent_redirect.rb, line 42 def self.update_customer_data(params) Configuration.gateway.transparent_redirect.update_customer_data(params) end
Generated with the Darkfish Rdoc Generator 2.