[freeside-commits] branch FREESIDE_4_BRANCH updated. 7be809e90534e82380f6bab190514c7e10a87972
Ivan Kohler
ivan at freeside.biz
Tue Sep 29 09:11:57 PDT 2020
The branch, FREESIDE_4_BRANCH has been updated
via 7be809e90534e82380f6bab190514c7e10a87972 (commit)
from 6d5e0f124b66ee9a0be01931cdcbe3cadd21badb (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 7be809e90534e82380f6bab190514c7e10a87972
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Sep 29 09:11:54 2020 -0700
scrub agent payment gateways
diff --git a/bin/test_scrub b/bin/test_scrub
index 850801f3b..ecb722943 100755
--- a/bin/test_scrub
+++ b/bin/test_scrub
@@ -23,13 +23,13 @@ getopts('h');
adminsuidsetup shift;
-# payment_gateway
-# payment_gateway_option
-# agent_payment_gateway
foreach my $table (qw(
export_svc
part_export_option
part_export
+ payment_gateway
+ payment_gateway_option
+ agent_payment_gateway
queue
queue_arg
)) {
-----------------------------------------------------------------------
Summary of changes:
bin/test_scrub | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
More information about the freeside-commits
mailing list