Skip to content

Commit

Permalink
regression fix 'ecommerce minimum order amount not being saved' error [
Browse files Browse the repository at this point in the history
…#1375 responsible:dleffler state:resolved milestone: 2.3.9]
  • Loading branch information
dleffler committed Aug 13, 2016
1 parent 7650af1 commit 15a73f3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -337,6 +337,7 @@ function configure() {
}

function saveconfig() {
$this->params['min_order'] = substr($this->params['min_order'], 1) ;
$this->params['minimum_gift_card_purchase'] = substr($this->params['minimum_gift_card_purchase'], 1) ;
$this->params['custom_message_product'] = substr($this->params['custom_message_product'], 1) ;
if (isset($this->params['store']['address_country_id'])) {
Expand Down

0 comments on commit 15a73f3

Please sign in to comment.