Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Sep 18, 2017
1 parent 5ab8fee commit ae9d759
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Yandex.Kassa also works in Armenia, Azerbaijan, Belarus, Georgia, Kazakhstan, Ky

## Screenshots
### Backend settings
![](https://mage2.pro/uploads/default/original/2X/5/5b58e055c08d841218e3ecd95d584998e4c0f05c.png)
![](https://mage2.pro/uploads/default/original/2X/3/39849f4467d25f40428084825907dbec33760fd3.png)

## How to buy
The extension is not released yet, so there is no way to buy it just now.
Expand Down
18 changes: 16 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -162,10 +162,24 @@
<depends><field id='enable'>1</field></depends>
</field>
<field
id='optionsLimit'
id='optionsDescription'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='11'
translate='label'
type='textarea'
>
<label>A text above the options</label>
<comment><![CDATA[You can use HTML tags. Also you set it empty.]]></comment>
<depends>
<field id='enable'>1</field>
<field id='optionsLocation'>magento</field>
</depends>
</field>
<field
id='optionsLimit'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='12'
translate='label'
type='Df\Framework\Form\Element\Checkbox'
>
<label>Limit the payment options availability?</label>
Expand All @@ -179,7 +193,7 @@
<field
id='optionsAllowed'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='12'
sortOrder='13'
translate='label'
type='Df\Framework\Form\Element\Multiselect'
>
Expand Down
1 change: 1 addition & 0 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ https://tech.yandex.com/money/doc/payment-solution/payment-form/payment-form-htt
<max_length>64</max_length>
</identification_rules>
<optionsAllowed>AB,AC,EP,GP,KV,MA,MC,MP,PB,PC,QW,SB,WM</optionsAllowed>
<optionsDescription><![CDATA[Пожалуйста, выберите способ оплаты и нажмите внизу кнопку «<b>Оплатить</b>»]]></optionsDescription>
<optionsLocation>magento</optionsLocation>
<requireBillingAddress>1</requireBillingAddress>
<payment_action>authorize_capture</payment_action>
Expand Down

0 comments on commit ae9d759

Please sign in to comment.