[interchange] Removed defunct GoogleCheckout payment module, and references to it
Josh Lavin <[email protected]> Mon, 28 Dec 2015 22:31:25 +0000
| Newsgroups | gmane.comp.web.interchange.cvs |
|---|---|
| Message-ID | <[email protected]> |
commit 9b7e01875824909246955ff061c83fac7009a57e Author: Josh Lavin <[email protected]> Date: Mon Dec 28 14:30:30 2015 -0800 Removed defunct GoogleCheckout payment module, and references to it MANIFEST | 1 - WHATSNEW-5.8 | 6 + lib/Vend/Payment/GoogleCheckout.pm | 1342 ------------------------------------ lib/Vend/Payment/Protx2.pm | 2 +- 4 files changed, 7 insertions(+), 1344 deletions(-) --- diff --git a/MANIFEST b/MANIFEST index 8abf96a..fc3ae1e 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1129,7 +1129,6 @@ lib/Vend/Payment/ECHO.pm lib/Vend/Payment/EFSNet.pm lib/Vend/Payment/Ezic.pm lib/Vend/Payment/Getitcard.pm -lib/Vend/Payment/GoogleCheckout.pm lib/Vend/Payment/HSBC.pm lib/Vend/Payment/ICS.pm lib/Vend/Payment/iTransact.pm diff --git a/WHATSNEW-5.8 b/WHATSNEW-5.8 index 0f2cc0d..2dbfbea 100644 --- a/WHATSNEW-5.8 +++ b/WHATSNEW-5.8 @@ -17,6 +17,12 @@ Admin UI * test_code page removed (deemed slight security risk). Copy in eg/ if needed. +Payment Modules +--------------- + +* Removed defunct GoogleCheckout module. + + Strap Demo ---------- diff --git a/lib/Vend/Payment/Protx2.pm b/lib/Vend/Payment/Protx2.pm index 886f654..3d5648b 100644 --- a/lib/Vend/Payment/Protx2.pm +++ b/lib/Vend/Payment/Protx2.pm @@ -128,7 +128,7 @@ or in variable.txt: MV_PAYMENT_MODE protx (tab separated) -if you want this to cooperate with other payment systems, eg PaypalExpress or GoogleCheckout, then see +if you want this to cooperate with other payment systems, eg PaypalExpress, then see the documentation that comes with that system - it should be fully explained there (essentially, you don't run the charge route from profiles.order but from log_transaction).