diff options
author | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-16 12:39:35 +0800 |
---|---|---|
committer | ꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id> | 2021-07-16 12:39:35 +0800 |
commit | 398587f5fbbb41ba2ec98ead9d656fdb190f0112 (patch) | |
tree | ecafae5ff2c4540b5013c32a02cb66d5c191f7b4 | |
parent | e04e43d3d9b67d20ef3c755b9067e5d7d388d967 (diff) |
Pikul SiCepat enum implementation
-rw-r--r-- | catalog.cfg | 1 | ||||
-rw-r--r-- | config/pikul_cost.tag | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/catalog.cfg b/catalog.cfg index 8974467..3dde12d 100644 --- a/catalog.cfg +++ b/catalog.cfg @@ -758,3 +758,4 @@ Jobs log __LOGDIR__/jobs.log Jobs base_directory etc/jobs Variable PIKUL_ANTERAJA 0 +Variable PIKUL_ANTERAJA 1 diff --git a/config/pikul_cost.tag b/config/pikul_cost.tag index b622eaf..57dd408 100644 --- a/config/pikul_cost.tag +++ b/config/pikul_cost.tag @@ -10,7 +10,7 @@ sub { "$Global::Variable->{ANTERAJA_SECRET_ACCESS_KEY}" ); $table = 'anteraja'; - } elsif ($company == 1) { + } elsif ($company == $Global::Variable->{PIKUL_SICEPAT}) { @provisions = ( "$Global::Variable->{SICEPAT_API_KEY}" ); |