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