File tree Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Expand file tree Collapse file tree 4 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
- 5.6
5
5
- 7.0
6
6
- 7.1
7
+ - 7.2
7
8
8
9
sudo : false
9
10
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ public function importOrder($order, $storeId)
42
42
43
43
/** @var Mage_Sales_Model_Quote $quote */
44
44
$ quote = Mage::getModel ('sales/quote ' )->setStoreId ($ config ['store_id ' ]);
45
+ $ quote ->setBaseCurrencyCode ($ config ['currency_code ' ]);
45
46
46
47
if ($ config ['import_customers ' ]) {
47
48
$ customer = $ this ->importCustomer ($ order , $ config );
@@ -231,6 +232,7 @@ public function getConfig($storeId)
231
232
$ config ['channel_orderid ' ] = Mage::getStoreConfig ('channable_api/order/channel_orderid ' , $ storeId );
232
233
$ config ['lvb_stock ' ] = Mage::getStoreConfig ('channable_api/advanced/lvb_stock ' , $ storeId );
233
234
$ config ['lvb_ship ' ] = Mage::getStoreConfig ('channable_api/advanced/lvb_stock ' , $ storeId );
235
+ $ config ['currency_code ' ] = Mage::getStoreConfig ('currency/options/default ' , $ storeId );
234
236
return $ config ;
235
237
}
236
238
Original file line number Diff line number Diff line change 20
20
<config >
21
21
<modules >
22
22
<Magmodules_Channableapi >
23
- <version >1.4.0 </version >
23
+ <version >1.4.1 </version >
24
24
</Magmodules_Channableapi >
25
25
</modules >
26
26
<global >
Original file line number Diff line number Diff line change 2
2
"name" : " magmodules/magento1-channable-api" ,
3
3
"type" : " magento-module" ,
4
4
"description" : " Magento 1 Channable integration" ,
5
- "version" : " v1.4.0 " ,
5
+ "version" : " v1.4.1 " ,
6
6
"keywords" : [
7
7
" magento"
8
8
],
You can’t perform that action at this time.
0 commit comments