Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 24, 2017
1 parent 0cab45d commit dae0ccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/yandex-kassa"
,"version": "0.1.9"
,"version": "0.2.0"
,"description": "The «Yandex.Kassa» (Яндекс.Касса, Yandex.Checkout) payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/yandex-kassa"
Expand Down
18 changes: 2 additions & 16 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,28 +105,14 @@
</field>
<field
dfWebhook_requireHTTPS='true'
dfWebhook_suffix='check'
id='webhookCheck'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='7'
translate='label'
type='Df\Framework\Form\Element\Webhook'
>
<label>checkUrl</label>
<comment><![CDATA[<a href='https://mage2.pro/t/4515' 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='8'
translate='label'
type='Df\Framework\Form\Element\Webhook'
>
<label>avisoUrl</label>
<comment><![CDATA[<a href='https://mage2.pro/t/4516' target='_blank'>set it in your Yandex.Kassa account</a>]]></comment>
<label>checkUrl / avisoUrl</label>
<comment><![CDATA[Set this value to the both <a href='https://mage2.pro/t/4516' target='_blank'>«<b>checkUrl</b>» and «<b>avisoUrl</b>»</a> fields in your Yandex.Kassa account</a>]]></comment>
<depends><field id='enable'>1</field></depends>
</field>
<field
Expand Down

0 comments on commit dae0ccd

Please sign in to comment.