Skip to content

Commit

Permalink
fix: [MINT-2423] credito memo - remove spg text (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
jomarsantos authored Jul 10, 2024
1 parent 6844819 commit 886b71a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if ($block->isSpgSpRemovedFromCreditMemo()) {
<div id="shipping_protection_adv"></div>
<div class="sp-buttons-container" id="extend_sp_buttons_container">
<?php if ($block->isSpSpg()): ?>
<div>(Safe Package Guarantee)</div>
<button name="spg-add" type="button" class="zero" id="extend_sp_buttons_container__spg_add"><?=__('Add to Refund')?></button>
<button name="spg-remove" type="button" class="full" id="extend_sp_buttons_container__spg_remove"><?=__('Remove from Refund')?></button>
<?php else: ?>
Expand Down

0 comments on commit 886b71a

Please sign in to comment.