Skip to content

Commit

Permalink
[MIT-3134] Fix FPX text
Browse files Browse the repository at this point in the history
  • Loading branch information
rosle committed Feb 11, 2025
1 parent 893e483 commit e949337
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion includes/blocks/assets/js/build/omise_fpx.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities', 'wp-i18n'), 'version' => 'c0c1739fc2507037807a1361ff76059e');
<?php return array('dependencies' => array('react', 'wc-blocks-registry', 'wc-settings', 'wp-element', 'wp-html-entities', 'wp-i18n'), 'version' => '6b21b0715e294d785999ebcbc1df241f');
2 changes: 1 addition & 1 deletion includes/blocks/assets/js/build/omise_fpx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion includes/blocks/assets/js/omise-fpx.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const FpxPaymentMethod = (props) => {
</select>
</div>
<div className="fpx-terms-and-conditions-block">
<span>By clicking on the <b>"Place Order"</b> button, you agree to FPX's
<span>By clicking on the <b>"Place Order"</b> button, you agree to FPX's{' '}
<a href="https://www.mepsfpx.com.my/FPXMain/termsAndConditions.jsp" target="_blank">
Terms and Conditions
</a>
Expand Down

0 comments on commit e949337

Please sign in to comment.