diff options
author | Jonathan Prykop <jonathan@freeside.biz> | 2017-01-03 19:21:05 -0600 |
---|---|---|
committer | Jonathan Prykop <jonathan@freeside.biz> | 2017-01-03 19:21:05 -0600 |
commit | 63c0876fa02e8872a0d1163242d0475f921b26ce (patch) | |
tree | f0ea9a0b56b671781dcd2a304b76649a2a8bc15d | |
parent | d7590a1aa7d3accb0329f0579ffa167b3a67e184 (diff) |
71513: Card tokenization [comment tweak]
-rw-r--r-- | FS/FS/Upgrade.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 31311e9a0..bf79b9c07 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -373,6 +373,7 @@ sub upgrade_data { 'agent_payment_gateway' => [], #cust_main (tokenizes cards, remove paycvv from history, locations, cust_payby, etc) + # (handles payinfo encryption/tokenization across all relevant tables) 'cust_main' => [], #contact -> cust_contact / prospect_contact |