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>
Tue, 9 Feb 2016 21:14:30 +0000 (16:14 -0500)
commitf78e9d11a220351e4cbfa5df6e3976638b2b7c70
tree8e954fef62ca41057170e25c6b0be3d0f08eab9b
parent0dc18883b046fce243b8445014cb85265a601015
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]