Skip to content

Commit 60b7f1c

Browse files
committed
Fix method name
1 parent ca19b06 commit 60b7f1c

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Customer/view/frontend/templates/address

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/view/frontend/templates/address/edit.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ $viewModel = $block->getViewModel();
8282
</div>
8383
</div>
8484

85-
<?php if ($viewModel->addressGetisVatAttributeVisible()): ?>
85+
<?php if ($viewModel->addressIsVatAttributeVisible()): ?>
8686
<div class="field taxvat">
8787
<label class="label" for="vat_id">
8888
<span><?= /* @noEscape */ $block->getAttributeData()->getFrontendLabel('vat_id') ?></span>

0 commit comments

Comments
 (0)