Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 21, 2017
1 parent de11c0f commit 8ed1be0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/yandex-kassa"
,"version": "0.1.3"
,"version": "0.1.4"
,"description": "The «Yandex.Kassa» (Яндекс.Касса, Yandex.Checkout) payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/yandex-kassa"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.12.7"}
,"require": {"mage2pro/core": ">=2.12.12"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\YandexKassa\\": ""}}
,"keywords": [
"API"
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
type='select'
>
<label>Where to ask for a payment option?</label>
<source_model>Df\PaypalClone\Source\OptionsLocation</source_model>
<source_model>Df\Payment\Source\Options\Location</source_model>
<comment><![CDATA[]]></comment>
<depends><field id='enable'>1</field></depends>
</field>
Expand Down

0 comments on commit 8ed1be0

Please sign in to comment.