Skip to content

Commit

Permalink
Merge pull request #2 from krzGablo/DX-165
Browse files Browse the repository at this point in the history
Pola uwierzytelniające podczas konfiguracji są wymagane
  • Loading branch information
s4ddly authored Oct 31, 2023
2 parents c88dcf6 + 71669b4 commit 163154d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
</field>
<field id="api_key_tpay" translate="label comment" type="text" sortOrder="5" showInDefault="1" showInWebsite="1" showInStore="1">
<label>API key</label>
<validate>validate-length maximum-length-126</validate>
<validate>no-whitespace validate-length maximum-length-126</validate>
</field>
<field id="api_password" translate="label comment" type="text" sortOrder="6" showInDefault="1" showInWebsite="1" showInStore="1">
<label>API password</label>
<validate>validate-length maximum-length-40</validate>
<validate>no-whitespace validate-length maximum-length-40</validate>
</field>
<field id="show_payment_channels_online" translate="label" type="select" sortOrder="7" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Only online methods</label>
Expand Down

0 comments on commit 163154d

Please sign in to comment.