Skip to content

Commit

Permalink
20.52.1 SHQ23-429 Resolve issue with store price using incorrect valu…
Browse files Browse the repository at this point in the history
…e when coupon code entered and non base currency selected
  • Loading branch information
wsajosh committed Apr 26, 2023
1 parent 17f9d5c commit 4c06700
Show file tree
Hide file tree
Showing 7 changed files with 149 additions and 76 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG-PUBLIC.md
Original file line number Diff line number Diff line change
Expand Up @@ -752,3 +752,7 @@ SHQ23-46 Correct the datatype of freight_class attribute from int to text
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


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


4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -752,3 +752,7 @@ SHQ23-46 Correct the datatype of freight_class attribute from int to text
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


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


2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "shipperhq/module-shipper",
"description": "Magento Shipping integration with ShipperHQ",
"type": "magento2-module",
"version": "20.52.0",
"version": "20.52.1",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
4 changes: 3 additions & 1 deletion src/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,9 @@ public function shouldReplaceShippingAddress() :bool
/**
* Get Config Value
*
* @param $configField
* @param string $configField
* @param null|int|string $store
*
* @return mixed
*/
public function getConfigValue($configField, $store = null)
Expand Down
Loading

0 comments on commit 4c06700

Please sign in to comment.