LP#1474051 CRON script for clearing CC numbers
authorBill Erickson <berickxx@gmail.com>
Wed, 14 Oct 2015 15:59:32 +0000 (11:59 -0400)
committerBill Erickson <berickxx@gmail.com>
Wed, 14 Oct 2015 19:31:42 +0000 (15:31 -0400)
commit84f952a0ce77f4674c5051edd8898d2d19b8107f
treef975ac4a3c018384168d89faaa05bc7354d8fb2a
parent4ce65000d84ba204415c7996cff19b5a7c5c2c22
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>
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]