Skip to content

Commit

Permalink
[ENGA3-733] : rebrand lotus's bill payment (#407)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajzkk authored Dec 21, 2022
1 parent e721b7e commit 7f01b68
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Helper/OmiseHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ class OmiseHelper extends AbstractHelper
// offline payment
Paynow::CODE => "PayNow QR Payment",
Promptpay::CODE => "PromptPay QR Payment",
Tesco::CODE => "Tesco Lotus Bill Payment",
Tesco::CODE => "Lotus's Bill Payment",
Conveniencestore::CODE => "Convenience Store Payment"
];

Expand Down
6 changes: 3 additions & 3 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,11 @@
</field>
</group>
<group id="omise_offline_tesco" translate="label" sortOrder="220" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable Tesco Lotus Bill Payment</label>
<comment>Enable customers to pay for products in Tesco Lotus Stores.</comment>
<label>Enable Lotus's Bill Payment</label>
<comment>Enable customers to pay for products in Lotus's Stores.</comment>
<field id="active" translate="label comment" type="select" sortOrder="230" showInDefault="1" showInWebsite="1" showInStore="1">
<label>Enable/Disable</label>
<comment>Enable Tesco Bill payment method.</comment>
<comment>Enable Lotus's Bill payment method.</comment>
<source_model>Magento\Config\Model\Config\Source\Yesno</source_model>
<config_path>payment/omise_offline_tesco/active</config_path>
</field>
Expand Down
2 changes: 1 addition & 1 deletion etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@

<omise_offline_tesco>
<active>0</active>
<title>Tesco Bill Payment</title>
<title>Lotus's Bill Payment</title>
<model>OmiseTescoAdapter</model>
<is_gateway>1</is_gateway>
<can_initialize>1</can_initialize>
Expand Down
Binary file modified view/adminhtml/web/images/omise_available_payment_methods.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion view/frontend/email/tesco_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div>
<p>
{{trans "%thankyou" thankyou="Thank you for your order."}}</p>
{{trans "%message" message="This is your Tesco Lotus payment code. Please print it and bring it to any Tesco Lotus store while
{{trans "%message" message="This is your Lotus's payment code. Please print it and bring it to any Lotus's store while
the charge is still valid to finalize payment. After that time your order will be automatically canceled."}}<br/>
{{trans "%orderid" orderid="Order ID:"}} <strong>{{var data.orderId|raw}}</strong><br/>
{{trans "%valid" valid="Valid until:"}} <strong>{{var data.validUntil|raw}}</strong><br/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p><?=/* @noEscape */
__('To finish payment, print the code below and bring it to make payment in any Tesco Lotus Store.
__('To finish payment, print the code below and bring it to make payment in any Lotus\'s Store.
Code is valid for the next <b>24 hours only</b>. After that time your order will be canceled.'); ?>
</p>
<p style="margin:.5rem 0">
Expand Down

0 comments on commit 7f01b68

Please sign in to comment.