Skip to content

Commit

Permalink
2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Nov 16, 2017
1 parent cff6ce3 commit 1ae8da5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 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/stripe"
,"version": "2.4.8"
,"version": "2.4.9"
,"description": "Stripe integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/stripe"
Expand Down
28 changes: 14 additions & 14 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,58 +66,58 @@ So the `sortOrder` value is 1920.
<depends><field id='enable'>1</field></depends>
</field>
<field
id='testSecretKey'
id='testPublishableKey'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='4'
translate='label'
type='obscure'
type='text'
>
<label>Test Secret Key</label>
<label>Test Publishable Key</label>
<comment><![CDATA[<a href='https://mage2.pro/t/726' target='_blank'>How to get it?</a>]]></comment>
<backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
<depends>
<field id='enable'>1</field>
<field id='test'>1</field>
</depends>
</field>
<field
id='testPublishableKey'
id='testSecretKey'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='5'
translate='label'
type='text'
type='obscure'
>
<label>Test Publishable Key</label>
<label>Test Secret Key</label>
<comment><![CDATA[<a href='https://mage2.pro/t/726' target='_blank'>How to get it?</a>]]></comment>
<backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
<depends>
<field id='enable'>1</field>
<field id='test'>1</field>
</depends>
</field>
<field
id='liveSecretKey'
id='livePublishableKey'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='7'
translate='label'
type='obscure'
type='text'
>
<label>Live Secret Key</label>
<label>Live Publishable Key</label>
<comment><![CDATA[<a href='https://mage2.pro/t/726' target='_blank'>How to get it?</a>]]></comment>
<backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
<depends>
<field id='enable'>1</field>
<field id='test'>0</field>
</depends>
</field>
<field
id='livePublishableKey'
id='liveSecretKey'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='8'
translate='label'
type='text'
type='obscure'
>
<label>Live Publishable Key</label>
<label>Live Secret Key</label>
<comment><![CDATA[<a href='https://mage2.pro/t/726' target='_blank'>How to get it?</a>]]></comment>
<backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
<depends>
<field id='enable'>1</field>
<field id='test'>0</field>
Expand Down

0 comments on commit 1ae8da5

Please sign in to comment.