Sha256: f2d1a63881b8e936e5333f54f809e1cd7c134d8f8ded56b835e15d73d026e525
Contents?: true
Size: 427 Bytes
Versions: 5
Compression:
Stored size: 427 Bytes
Contents
require "flex_commerce_api/api_base" module FlexCommerce # # A flex commerce PaymentProvider model # # This model provides access to the flex commerce PaymentProvider which is used to # define a payment gateway and provide instructions to the front end application # on how to set up the gateway in a browser (i.e. redirect to paypal etc..) # # # class PaymentProvider < FlexCommerceApi::ApiBase end end
Version data entries
5 entries across 5 versions & 1 rubygems