[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch master updated. e7957e6ca408692d4e64055213818e6a0e00f73b

Evergreen Git git at git.evergreen-ils.org
Wed Apr 30 11:52:03 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  e7957e6ca408692d4e64055213818e6a0e00f73b (commit)
       via  09fbc004969b4c642df3352907da361686dc21e7 (commit)
      from  22d3dcfd57d1ed1c2ed7813ca3e39f5cd571b34e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e7957e6ca408692d4e64055213818e6a0e00f73b
Author: Yamil Suarez <yamil at yamil.com>
Date:   Wed Apr 30 10:53:27 2014 -0400

    Documentation: Removed bare setting names from Stripe payment doc
    
    Per jboyer-isl's suggestions
    
    Signed-off-by: Yamil Suarez <yamil at yamil.com>

diff --git a/docs/admin/lsa-library_settings_editor.txt b/docs/admin/lsa-library_settings_editor.txt
index 04ee8b6..f5fd3dd 100644
--- a/docs/admin/lsa-library_settings_editor.txt
+++ b/docs/admin/lsa-library_settings_editor.txt
@@ -113,20 +113,11 @@ sites wanting to use Stripe. These settings can be found by clicking
 
  * "Allow Credit Card Payments" (should be 'true')
 
-   credit.payments.allow
-
  * "Enable Stripe payments" (should be 'true')
 
-   credit.processor.stripe.enabled
-
  * "Stripe publishable key" (value provided by Stripe)
 
-   credit.processor.stripe.pubkey
-
  * "Stripe secret key" (value provided by Stripe)
 
-   credit.processor.stripe.secretkey
-
  * "Name default credit processor" (should be 'Stripe')
 
-   credit.processor.default

commit 09fbc004969b4c642df3352907da361686dc21e7
Author: Yamil Suarez <yamil at yamil.com>
Date:   Wed Apr 30 10:22:42 2014 -0400

    Documentation: Copied Stripe payment info into 'Library Settings Editor'
    
    Only modified slightly from the documentation provided in the EG 2.6
    release notes.
    
    Signed-off-by: Yamil Suarez <yamil at yamil.com>

diff --git a/docs/admin/lsa-library_settings_editor.txt b/docs/admin/lsa-library_settings_editor.txt
index 0a72ea6..04ee8b6 100644
--- a/docs/admin/lsa-library_settings_editor.txt
+++ b/docs/admin/lsa-library_settings_editor.txt
@@ -91,3 +91,42 @@ This feature enables you to hide specific org units from patron view in the OPAC
 2) Enter a value of 0, 1, or 2 as appropriate.  Values are described in the setting description.  To view the setting description, click the *Edit* link in the first column on the *Library Settings* interface.
 
 3) Click *Update Setting*.
+
+
+Accepting payments with Stripe
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Stripe (https://stripe.com) 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. These settings can be found by clicking 
+*Admin* -> *Local Administration* -> *Library Settings Editor*
+
+
+ * "Allow Credit Card Payments" (should be 'true')
+
+   credit.payments.allow
+
+ * "Enable Stripe payments" (should be 'true')
+
+   credit.processor.stripe.enabled
+
+ * "Stripe publishable key" (value provided by Stripe)
+
+   credit.processor.stripe.pubkey
+
+ * "Stripe secret key" (value provided by Stripe)
+
+   credit.processor.stripe.secretkey
+
+ * "Name default credit processor" (should be 'Stripe')
+
+   credit.processor.default

-----------------------------------------------------------------------

Summary of changes:
 docs/admin/lsa-library_settings_editor.txt |   30 ++++++++++++++++++++++++++++
 1 files changed, 30 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list