Sha256: bda7d476402c375cb5f33edb8712d2f50205b15043446f96d9a1bdd8eeccb2bc
Contents?: true
Size: 441 Bytes
Versions: 15
Compression:
Stored size: 441 Bytes
Contents
module BillForward class AuthorizeNetToken < MutableEntity # WARNING: resource paths for AuthorizeNetTokens 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/authorize-net', 'authorizeNetToken') end end
Version data entries
15 entries across 15 versions & 1 rubygems