summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-19 17:42:56 +0800
committerꦌꦫꦶꦏ꧀ꦦꦿꦧꦮꦑꦩꦭ꧀ <erik@darapsa.co.id>2021-07-19 17:42:56 +0800
commit989edc7b2fdb12c27f379ce2b27caa035e6bd750 (patch)
treee586b0b1560f1f971d5ed5ed45e6bd99f157f742
parent9728a96b641d6476d4be86cebfa1ea62636221c5 (diff)
parente5cee652a2fb394bbc1149943dc82740edfe15e3 (diff)
Merge branch 'master' into sicepat
-rw-r--r--config/pikul_cost.tag4
-rw-r--r--config/pikul_order.tag2
2 files changed, 3 insertions, 3 deletions
diff --git a/config/pikul_cost.tag b/config/pikul_cost.tag
index f885c12..7570fcd 100644
--- a/config/pikul_cost.tag
+++ b/config/pikul_cost.tag
@@ -5,9 +5,9 @@ sub {
my (@provisions, $origin, $table);
if ($company == $::Variable->{PIKUL_ANTERAJA}) {
@provisions = (
- "$Global::Variable->{ANTERAJA_BASE_PATH}",
"$Global::Variable->{ANTERAJA_ACCESS_KEY_ID}",
- "$Global::Variable->{ANTERAJA_SECRET_ACCESS_KEY}"
+ "$Global::Variable->{ANTERAJA_SECRET_ACCESS_KEY}",
+ "$Global::Variable->{ANTERAJA_BASE_PATH}"
);
$origin = $::Variable->{ANTERAJA_ORIGIN};
$table = 'anteraja';
diff --git a/config/pikul_order.tag b/config/pikul_order.tag
index 8e955ad..368f225 100644
--- a/config/pikul_order.tag
+++ b/config/pikul_order.tag
@@ -15,9 +15,9 @@ sub {
if (substr($table, 0, 8) eq 'anteraja') {
$company = $::Variable->{PIKUL_ANTERAJA};
@provisions = (
- "$Global::Variable->{ANTERAJA_BASE_PATH}",
"$Global::Variable->{ANTERAJA_ACCESS_KEY_ID}",
"$Global::Variable->{ANTERAJA_SECRET_ACCESS_KEY}",
+ "$Global::Variable->{ANTERAJA_BASE_PATH}",
"$Global::Variable->{ANTERAJA_PREFIX}"
);
$origin = "$::Variable->{ANTERAJA_ORIGIN}";