Skip to content

Commit 28628d7

Browse files
committed
Remove references to solidus_gateway, now archived
1 parent 32ec90e commit 28628d7

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

core/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

core/app/models/spree/payment_method/credit_card.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)