Skip to content

Commit 7475d8a

Browse files
1.3.2
1 parent 821e9a7 commit 7475d8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ConfigProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ final class ConfigProvider extends \Df\StripeClone\ConfigProvider {
1515
*/
1616
protected function config() {$m = $this->m(); $s = $this->s(); return [
1717
'boleto' => [
18-
'enable' => $s->b('boleto/enable') && $s->applicableForQuote('boleto')
18+
'enable' => $s->b('boleto/enable') && $s->applicableForQuoteByMinMaxTotal('boleto')
1919
,'title' => $m->optionTitle('boleto')
2020
]
2121
,'card' => [
2222
'calendar' => df_asset_create('Magento_Theme::calendar.png')->getUrl()
2323
,'cards' => parent::cards()
24-
,'enable' => $s->b('card/enable') && $s->applicableForQuote('card')
24+
,'enable' => $s->b('card/enable') && $s->applicableForQuoteByMinMaxTotal('card')
2525
,'installments' => $s->installments()
2626
,'prefill' => $s->prefill()
2727
// 2017-07-22

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/moip"
3-
,"version": "1.3.1"
3+
,"version": "1.3.2"
44
,"description": "Moip integration with Magento 2"
55
,"type": "magento2-module"
66
,"homepage": "https://mage2.pro/c/extensions/moip"
@@ -11,7 +11,7 @@
1111
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
1212
"role": "Developer"
1313
}]
14-
,"require": {"mage2pro/core": ">=3.4.9", "mage2pro/geo": ">=1.2.0", "mage2pro/phone": ">=1.0.0"}
14+
,"require": {"mage2pro/core": ">=3.5.0", "mage2pro/geo": ">=1.2.0", "mage2pro/phone": ">=1.0.0"}
1515
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Moip\\": ""}}
1616
,"keywords": [
1717
"API"

0 commit comments

Comments
 (0)