Skip to content

Commit 0f65b8e

Browse files
committed
feat(feature:send-money): add account selection, replace hardcoded strings
1 parent 278e1aa commit 0f65b8e

File tree

4 files changed

+724
-48
lines changed

4 files changed

+724
-48
lines changed

cmp-android/prodRelease-badging.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package: name='org.mifospay' versionCode='1' versionName='2025.8.2-beta.0.3' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
1+
package: name='org.mifospay' versionCode='1' versionName='2025.8.4-beta.0.9' platformBuildVersionName='15' platformBuildVersionCode='35' compileSdkVersion='35' compileSdkVersionCodename='15'
22
minSdkVersion:'26'
33
targetSdkVersion:'34'
44
uses-permission: name='android.permission.INTERNET'

feature/send-money/src/commonMain/composeResources/values/strings.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,22 @@
4848
<string name="feature_send_money_people">People</string>
4949
<string name="feature_send_money_merchants">Merchants</string>
5050
<string name="feature_send_money_more">More</string>
51+
52+
<string name="feature_send_money_payee_details_title">Payee Details</string>
53+
<string name="feature_send_money_payee_profile">Payee Profile</string>
54+
<string name="feature_send_money_paying">Paying %1$s</string>
55+
<string name="feature_send_money_upi_id">UPI ID: %1$s</string>
56+
<string name="feature_send_money_amount_exceeds_limit">Amount cannot be more than ₹ 5,00,000</string>
57+
<string name="feature_send_money_amount_below_minimum">Amount must be at least ₹ 1</string>
58+
<string name="feature_send_money_rupee_icon">Rupee Icon</string>
59+
<string name="feature_send_money_add_note">Add note</string>
60+
<string name="feature_send_money_pay_amount">Pay ₹%1$s</string>
61+
<string name="feature_send_money_choose_account">Choose account to pay with</string>
62+
<string name="feature_send_money_bank_icon">Bank Icon</string>
63+
<string name="feature_send_money_balance">Balance:</string>
64+
<string name="feature_send_money_check_now">Check now</string>
65+
<string name="feature_send_money_change_account">Change Account</string>
66+
<string name="feature_send_money_add_bank_account">Add bank account</string>
67+
<string name="feature_send_money_add_bank_account_desc">Add Bank Account</string>
68+
<string name="feature_send_money_continue">Continue</string>
5169
</resources>

0 commit comments

Comments
 (0)