From d39c1e91de4f93aeb493b52edb2117bb026805e9 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Wed, 31 May 2017 13:40:50 +0200 Subject: [PATCH] Update The Payment Sub-System section of README --- core/README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/core/README.md b/core/README.md index aee281ba964..f048031a5d3 100644 --- a/core/README.md +++ b/core/README.md @@ -38,13 +38,10 @@ integration. * `Spree::Payment` - Manage and process a payment for an order, from a specific source (e.g. `Spree::CreditCard`) using a specific payment method (e.g `Solidus::Gateway::Braintree`). -* `Spree::PaymentMethod` - An abstract class which is implemented most commonly -as a `Spree::PaymentMethod::CreditCard`. -* `Spree::PaymentMethod::CreditCard` - A concrete implementation of `Spree::PaymentMethod` -intended to provide a base for extension. See -https://github.com/solidusio/solidus_gateway/ for offically supported payment -gateway implementations. -* `Spree::CreditCard` - The default `source` of a `Spree::Payment`. +* `Spree::PaymentMethod` - A base class which is used for implementing payment methods. +* `Spree::PaymentMethod::CreditCard` - An implementation of a `Spree::PaymentMethod` for credit card payments. +See https://github.com/solidusio/solidus_gateway/ for officially supported payment method implementations. +* `Spree::CreditCard` - The `source` of a `Spree::Payment` using `Spree::PaymentMethod::CreditCard` as payment method. ## The Inventory Sub-System * `Spree::ReturnAuthorization` - Models the return of Inventory Units to