diff options
| -rw-r--r-- | config/pikul_cost.tag | 1 | ||||
| -rw-r--r-- | products/ship/shipping.asc | 4 | 
2 files changed, 4 insertions, 1 deletions
| diff --git a/config/pikul_cost.tag b/config/pikul_cost.tag index b820815..60fccca 100644 --- a/config/pikul_cost.tag +++ b/config/pikul_cost.tag @@ -14,7 +14,6 @@ sub {  		@provisions = (  			"$Global::Variable->{SICEPAT_API_KEY}"  		); -		$origin = "$Global::Variable->{SICEPAT_ORIGIN}";  		$table = 'sicepat_destination';  	}  	use Pikul; diff --git a/products/ship/shipping.asc b/products/ship/shipping.asc index fab032e..238f819 100644 --- a/products/ship/shipping.asc +++ b/products/ship/shipping.asc @@ -1,3 +1,7 @@  anteraja:	Anteraja Regular  	crit	weight  	cost	f [pikul_cost company=0 origin='@_ANTERAJA_ORIGIN_@' district='[evalue address3]' city='[evalue city]' province='[evalue state]' weight=@@TOTAL@@ service='REG'] + +sicepat:	SiCepat Regular +	crit	weight +	cost	f [pikul_cost company=1 origin='@_SICEPAT_ORIGIN_@' district='[evalue address3]' city='[evalue city]' province='[evalue state]' weight=@@TOTAL@@ service='REG'] |