]> git.evergreen-ils.org Git - Evergreen.git/commit
LP#1474051 CRON script for clearing CC numbers
authorBill Erickson <berickxx@gmail.com>
Wed, 14 Oct 2015 15:59:32 +0000 (11:59 -0400)
committerKathy Lussier <klussier@masslnc.org>
Fri, 19 Feb 2016 17:43:43 +0000 (12:43 -0500)
commita8cb9b93402a140ee0b9037849cef2fae69cc72b
tree8760176ae9522fa9406b36e64bc9aba8089348ec
parentc23f145ddc73b180adc41fc31d386c6ddfde7844
LP#1474051 CRON script for clearing CC numbers

Adds a new srfsh script which calls a new open-ils.storage API call
which sets the cc_number value to NULL on all credit card payments
older than the age specified in the srfsh script.

Adds example CRON entry.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/examples/crontab.example
Open-ILS/src/Makefile.am
Open-ILS/src/perlmods/lib/OpenILS/Application/Storage/Publisher/money.pm
Open-ILS/src/support-scripts/clear_cc_number.srfsh [new file with mode: 0755]