File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
app/models/spree/payment_method Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,6 @@ source (e.g. `Spree::CreditCard`) using a specific payment method (e.g
4040` Solidus::Gateway::Braintree ` ).
4141* ` Spree::PaymentMethod ` - A base class which is used for implementing payment methods.
4242* ` Spree::PaymentMethod::CreditCard ` - An implementation of a ` Spree::PaymentMethod ` for credit card payments.
43- See https://github.com/solidusio/solidus_gateway/ for officially supported payment method implementations.
4443* ` Spree::CreditCard ` - The ` source ` of a ` Spree::Payment ` using ` Spree::PaymentMethod::CreditCard ` as payment method.
4544
4645## Inventory sub-system
Original file line number Diff line number Diff line change @@ -4,10 +4,6 @@ module Spree
44 # An implementation of a `Spree::PaymentMethod` for credit card payments.
55 #
66 # It's a good candidate as base class for other credit card based payment methods.
7- #
8- # See https://github.com/solidusio/solidus_gateway/ for
9- # officially supported payment method implementations.
10- #
117 class PaymentMethod ::CreditCard < PaymentMethod
128 def payment_source_class
139 Spree ::CreditCard
You can’t perform that action at this time.
0 commit comments