Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivascu Madalin committed Nov 6, 2023
1 parent 460633b commit 29ac7b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

use Hyva\Checkout\Model\Form\EntityField\EavAttributeField;

class Idin extends EavAttributeField
class Hide extends EavAttributeField
{
public function canRender(): bool
{
Expand Down
6 changes: 3 additions & 3 deletions etc/frontend/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
<arguments>
<!-- Hide idin customer fields -->
<argument name="customFields" xsi:type="array">
<item name="buckaroo_idin_iseighteenorolder" xsi:type="string">\Buckaroo\HyvaCheckout\Model\Form\Eav\Customer\Idin</item>
<item name="buckaroo_idin" xsi:type="string">\Buckaroo\HyvaCheckout\Model\Form\Eav\Customer\Idin</item>
<item name="buckaroo_last_paybybank_issuer" xsi:type="string">\Buckaroo\HyvaCheckout\Model\Form\Eav\Customer\Idin</item>
<item name="buckaroo_idin_iseighteenorolder" xsi:type="string">\Buckaroo\HyvaCheckout\Model\Form\Eav\Customer\Hide</item>
<item name="buckaroo_idin" xsi:type="string">\Buckaroo\HyvaCheckout\Model\Form\Eav\Customer\Hide</item>
<item name="buckaroo_last_paybybank_issuer" xsi:type="string">\Buckaroo\HyvaCheckout\Model\Form\Eav\Customer\Hide</item>
</argument>
</arguments>
</type>
Expand Down

0 comments on commit 29ac7b0

Please sign in to comment.