diff options
author | Ivan Kohler <ivan@freeside.biz> | 2020-09-29 09:11:48 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2020-09-29 09:11:48 -0700 |
commit | 7c11a4fc80ec0478838d26645e30fe3b2b751edd (patch) | |
tree | 66c62896723044356dbbb6b9accd62cefc3094ca /bin | |
parent | f73a37bd1dfd6f8e5cd497b8ac2843a7b8b1247b (diff) |
scrub agent payment gateways
Diffstat (limited to 'bin')
-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 )) { |