Skip to content

Commit 4c06700

Browse files
committed
20.52.1 SHQ23-429 Resolve issue with store price using incorrect value when coupon code entered and non base currency selected
1 parent 17f9d5c commit 4c06700

File tree

7 files changed

+149
-76
lines changed

7 files changed

+149
-76
lines changed

CHANGELOG-PUBLIC.md

+4
Original file line numberDiff line numberDiff line change
@@ -752,3 +752,7 @@ SHQ23-46 Correct the datatype of freight_class attribute from int to text
752752
SHQ23-55 Auto renew auth token for uShip / Shipping Insights if its about to expire or expired. SHQ23-295 Fix issue with deadlocking on install
753753

754754

755+
## 20.52.1 (2023-04-26)
756+
SHQ23-429 Resolve issue with store price using incorrect value when coupon code entered and non base currency selected
757+
758+

CHANGELOG.MD

+4
Original file line numberDiff line numberDiff line change
@@ -752,3 +752,7 @@ SHQ23-46 Correct the datatype of freight_class attribute from int to text
752752
SHQ23-55 Auto renew auth token for uShip / Shipping Insights if its about to expire or expired. SHQ23-295 Fix issue with deadlocking on install
753753

754754

755+
## 20.52.1 (2023-04-26)
756+
SHQ23-429 Resolve issue with store price using incorrect value when coupon code entered and non base currency selected
757+
758+

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "shipperhq/module-shipper",
33
"description": "Magento Shipping integration with ShipperHQ",
44
"type": "magento2-module",
5-
"version": "20.52.0",
5+
"version": "20.52.1",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

src/Helper/Data.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,9 @@ public function shouldReplaceShippingAddress() :bool
203203
/**
204204
* Get Config Value
205205
*
206-
* @param $configField
206+
* @param string $configField
207+
* @param null|int|string $store
208+
*
207209
* @return mixed
208210
*/
209211
public function getConfigValue($configField, $store = null)

0 commit comments

Comments
 (0)