Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Dec 13, 2017
1 parent 821e9a7 commit 7475d8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ConfigProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ final class ConfigProvider extends \Df\StripeClone\ConfigProvider {
*/
protected function config() {$m = $this->m(); $s = $this->s(); return [
'boleto' => [
'enable' => $s->b('boleto/enable') && $s->applicableForQuote('boleto')
'enable' => $s->b('boleto/enable') && $s->applicableForQuoteByMinMaxTotal('boleto')
,'title' => $m->optionTitle('boleto')
]
,'card' => [
'calendar' => df_asset_create('Magento_Theme::calendar.png')->getUrl()
,'cards' => parent::cards()
,'enable' => $s->b('card/enable') && $s->applicableForQuote('card')
,'enable' => $s->b('card/enable') && $s->applicableForQuoteByMinMaxTotal('card')
,'installments' => $s->installments()
,'prefill' => $s->prefill()
// 2017-07-22
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/moip"
,"version": "1.3.1"
,"version": "1.3.2"
,"description": "Moip integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/moip"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=3.4.9", "mage2pro/geo": ">=1.2.0", "mage2pro/phone": ">=1.0.0"}
,"require": {"mage2pro/core": ">=3.5.0", "mage2pro/geo": ">=1.2.0", "mage2pro/phone": ">=1.0.0"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Moip\\": ""}}
,"keywords": [
"API"
Expand Down

0 comments on commit 7475d8a

Please sign in to comment.