diff options
-rw-r--r-- | config/pikul_cost.tag | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/pikul_cost.tag b/config/pikul_cost.tag index 9b36e3b..0906414 100644 --- a/config/pikul_cost.tag +++ b/config/pikul_cost.tag @@ -13,6 +13,13 @@ sub { $origin = "$Tag->var('ANTERAJA_ORIGIN', 2)"; $table = 'anteraja'; } + when (1) { + @provisions = ( + "$Tag->var('SICEPAT_API_KEY', 2)" + ); + $origin = "$Tag->var('SICEPAT_ORIGIN', 2)"; + $table = 'sicepat_destination'; + } } use Pikul; Pikul::init($company, $provisions); |