[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_6 updated. 1552b8c9894305270c097126c248ffbea6ed0ac3

Evergreen Git git at git.evergreen-ils.org
Wed Apr 30 14:13:02 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, rel_2_6 has been updated
       via  1552b8c9894305270c097126c248ffbea6ed0ac3 (commit)
       via  937cab3b3a25ada8985d5529276e34a0d438ec78 (commit)
       via  87ea9380caa60dfe0d91201841a3d298bbe8c1ea (commit)
      from  1b65217dbdf68803de38daa3cd2a28fd5a759581 (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 1552b8c9894305270c097126c248ffbea6ed0ac3
Author: Yamil Suarez <yamil at yamil.com>
Date:   Wed Apr 30 11:57:16 2014 -0400

    Documentation: added missing word to 'library settings editor' docs
    
    Added "editor" to label of what menu should be used.
    
    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 f5fd3dd..47ab267 100644
--- a/docs/admin/lsa-library_settings_editor.txt
+++ b/docs/admin/lsa-library_settings_editor.txt
@@ -11,7 +11,7 @@ during scheduled closings as well as during normal weekly closed dates.
 
 To enable this feature:
 
-. Click *Admin* -> *Local Administration* -> *Library Settings* -> *Charge fines
+. Click *Admin* -> *Local Administration* -> *Library Settings Editor* -> *Charge fines
 on overdue circulations when closed*
 . Click *Edit*.
 . Set the value to *True*.

commit 937cab3b3a25ada8985d5529276e34a0d438ec78
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 87ea9380caa60dfe0d91201841a3d298bbe8c1ea
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 |   32 +++++++++++++++++++++++++++-
 1 files changed, 31 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list