Skip to content

Commit

Permalink
Update hardcoded credit card message in checkout (#2628)
Browse files Browse the repository at this point in the history
  • Loading branch information
elidrissidev committed Sep 30, 2022
1 parent 48c32f4 commit fb12d0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<?php if ($this->needDisplayBaseGrandtotal()):?>
<tr>
<td class="a-right" colspan="<?php echo $_colspan; ?>">
<small><?php echo $this->helper('sales')->__('Your credit card will be charged for') ?></small>
<small><?php echo $this->helper('sales')->__('Grand Total to be Charged') ?></small>
</td>
<td class="a-right">
<small><?php echo $this->displayBaseGrandtotal() ?></small>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<?php if ($this->needDisplayBaseGrandtotal()):?>
<tr>
<td class="a-right" colspan="<?php echo $_colspan; ?>">
<small><?php echo $this->helper('sales')->__('Your credit card will be charged for') ?></small>
<small><?php echo $this->helper('sales')->__('Grand Total to be Charged') ?></small>
</td>
<td class="a-right">
<small><?php echo $this->displayBaseGrandtotal() ?></small>
Expand Down

0 comments on commit fb12d0f

Please sign in to comment.