diff options
author | Ivan Kohler <ivan@freeside.biz> | 2020-09-29 09:11:54 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2020-09-29 09:11:54 -0700 |
commit | 7be809e90534e82380f6bab190514c7e10a87972 (patch) | |
tree | 3964590b7ad4ef4a732b3fe714531b7e12483f86 | |
parent | 6d5e0f124b66ee9a0be01931cdcbe3cadd21badb (diff) |
scrub agent payment gateways
-rwxr-xr-x | bin/test_scrub | 6 |
1 files changed, 3 insertions, 3 deletions
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 )) { |