Skip to content

Commit

Permalink
0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 15, 2017
1 parent 3f1c3fc commit ab8e492
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 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.0.5"
,"version": "0.0.6"
,"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.11.22"}
,"require": {"mage2pro/core": ">=2.12.2"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\YandexKassa\\": ""}}
,"keywords": [
"API"
Expand Down
26 changes: 26 additions & 0 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,32 @@
<depends><field id='enable'>1</field></depends>
<validate>required-entry</validate>
</field>
<field
dfWebhook_requireHTTPS='true'
dfWebhook_suffix='check'
id='webhookCheck'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='6'
translate='label'
type='Df\Framework\Form\Element\Webhook'
>
<label>checkUrl</label>
<comment><![CDATA[<a href='https://mage2.pro/t/3667' target='_blank'>Set it in your Yandex.Kassa account</a>.]]></comment>
<depends><field id='enable'>1</field></depends>
</field>
<field
dfWebhook_requireHTTPS='true'
dfWebhook_suffix='confirm'
id='webhookConfirm'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='7'
translate='label'
type='Df\Framework\Form\Element\Webhook'
>
<label>avisoUrl</label>
<comment><![CDATA[<a href='https://mage2.pro/t/3667' target='_blank'>Set it in your Yandex.Kassa account</a>.]]></comment>
<depends><field id='enable'>1</field></depends>
</field>
<field
id='requireBillingAddress'
translate='label'
Expand Down

0 comments on commit ab8e492

Please sign in to comment.