Sha256: 89a547fdf1858ea0d019ab657c980502548347898a6929a02febd52eb42f4478

Contents?: true

Size: 431 Bytes

Versions: 14

Compression:

Stored size: 431 Bytes

Contents

module BillForward
	class StripeACHToken < MutableEntity
		# WARNING: resource paths for StripeACHTokens do not follow the usual pattern;
		# instead of posting to 'root' of a URL root reserved for AuthorizeNetTokens, 
		# this routing is a bit less standard; for example we can't GET from the same
		# place we POST to.
  		@resource_path = BillForward::ResourcePath.new('vaulted-gateways/stripe-ACH', 'stripe_ach_token')
	end
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
bill_forward-2.2016.241 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-2.2016.227 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-2.2016.222 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-2.2016.209 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-1.2016.117 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-1.2016.101 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-1.2016.26 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-1.2015.321.1 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-1.2015.321 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-1.2015.299 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-1.2015.217.1 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-1.2015.217 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-1.2015.186 lib/bill_forward/entities/stripe_ach_token.rb
bill_forward-1.2015.183 lib/bill_forward/entities/stripe_ach_token.rb