Skip to content

Commit

Permalink
add instructions for kredivo
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad fauzi masykur committed Mar 31, 2024
1 parent 794e0d3 commit e26212d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ private fun getHowToPayId(paymentType: String): Int? {
private fun getInstructionId(paymentType: String): Int? {
return when (paymentType) {
PaymentType.AKULAKU -> R.string.akulaku_instruction
PaymentType.KREDIVO -> R.string.kredivo_instruction
else -> null
}
}
Expand Down
1 change: 1 addition & 0 deletions ui/src/main/res/values-in/string.xml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@
<string name="brimo_cta">Bayar sekarang</string>

<string name="kredivo_title">Kredivo</string>
<string name="kredivo_instruction">Mohon untuk menyelesaikan pembayaran melalui aplikasi/website kredivo.</string>
<string-array name="kredivo_how_to_pay">
<item><data><![CDATA[Klik <b>Bayar sekarang</b> dan Anda akan diarahkan ke halaman Kredivo.]]></data></item>
<item><data><![CDATA[Login ke akun Kredivo Anda.]]></data></item>
Expand Down
1 change: 1 addition & 0 deletions ui/src/main/res/values/string.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@


<string name="kredivo_title">Kredivo</string>
<string name="kredivo_instruction">Please complete the payment through Kredivo app/website.</string>
<string-array name="kredivo_how_to_pay">
<item><data><![CDATA[Click <b>Pay Now</b>, then you will be directed to Kredivo page.]]></data></item>
<item><data><![CDATA[Login to your Kredivo account.]]></data></item>
Expand Down

0 comments on commit e26212d

Please sign in to comment.