From 5291ee3bebb60226e5bde7dbf693293420778038 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Fri, 11 Oct 2013 01:13:44 -0400 Subject: [PATCH] Release note for Stripe payment support Signed-off-by: Lebbeous Fogle-Weekley --- docs/RELEASE_NOTES_NEXT/OPAC/stripe_payments.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/RELEASE_NOTES_NEXT/OPAC/stripe_payments.txt diff --git a/docs/RELEASE_NOTES_NEXT/OPAC/stripe_payments.txt b/docs/RELEASE_NOTES_NEXT/OPAC/stripe_payments.txt new file mode 100644 index 0000000000..34e9892915 --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/OPAC/stripe_payments.txt @@ -0,0 +1,22 @@ +Accepting payments with Stripe +============================== + +Stripe is a payment processing service that lets +sites take credit card payments without payment card information ever +touching the sites' own servers. + +NOTE: using Stripe as a payment processor means that clients *must* +have Javascript enabled in order to submit fine payments through your +OPAC. + +Library Settings +---------------- + +The following settings need to be set at the appropriate org level for +sites wanting to use Stripe. + + * credit.payments.allow (should be 'true') + * credit.processor.stripe.enabled (should be 'true') + * credit.processor.stripe.pubkey (value provided by Stripe) + * credit.processor.stripe.secretkey (value provided by Stripe) + * credit.processor.default (should be 'Stripe') -- 2.11.0