From 7c11a4fc80ec0478838d26645e30fe3b2b751edd Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Tue, 29 Sep 2020 09:11:48 -0700 Subject: [PATCH] scrub agent payment gateways --- bin/test_scrub | 6 +++--- 1 file 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 )) { -- 2.11.0