[freeside-commits] branch master updated. 7c11a4fc80ec0478838d26645e30fe3b2b751edd
Ivan Kohler
ivan at freeside.biz
Tue Sep 29 09:11:51 PDT 2020
The branch, master has been updated
via 7c11a4fc80ec0478838d26645e30fe3b2b751edd (commit)
from f73a37bd1dfd6f8e5cd497b8ac2843a7b8b1247b (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 7c11a4fc80ec0478838d26645e30fe3b2b751edd
Author: Ivan Kohler <ivan at freeside.biz>
Date: Tue Sep 29 09:11:48 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