Skip to content

Commit

Permalink
Change PayTo await message
Browse files Browse the repository at this point in the history
COAND-1058
  • Loading branch information
araratthehero committed Feb 21, 2025
1 parent b94d777 commit e3c3132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ internal class AwaitView @JvmOverloads constructor(
return when (paymentMethodType) {
PaymentMethodTypes.BLIK -> R.string.checkout_await_message_blik
PaymentMethodTypes.MB_WAY -> R.string.checkout_await_message_mbway
// TODO Change PAY_TO text
PaymentMethodTypes.PAY_TO -> R.string.checkout_await_message_mbway
PaymentMethodTypes.PAY_TO -> R.string.checkout_await_message_payto
PaymentMethodTypes.UPI_COLLECT -> R.string.checkout_await_message_upi
else -> null
}
Expand Down
2 changes: 2 additions & 0 deletions await/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@
~ Created by caiof on 2/9/2020.
-->

<!-- TODO Add translation for PayTo-->
<resources>
<string name="checkout_await_message_blik">Open your banking app to confirm the payment.</string>
<string name="checkout_await_message_mbway">Confirm your payment on the MB WAY app</string>
<string name="checkout_await_message_payto" translatable="false">Thank you for your purchase, complete your payment by logging into you bank account, authorize the Payto agreement and approve the payment terms.</string>
<string name="checkout_await_message_upi">Open your UPI app to confirm the payment</string>
<string name="checkout_await_waiting_confirmation">Waiting for confirmation</string>
</resources>

0 comments on commit e3c3132

Please sign in to comment.