Skip to content

Commit d37b6f9

Browse files
authored
Merge pull request #967 from DhaneshShetty/newBranch
fix:953 - mifosSavingsProductId passed to intent
2 parents ecaeee0 + 9c99101 commit d37b6f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mifospay/src/main/java/org/mifos/mobilewallet/mifospay/auth/ui/LoginActivity.java

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ public void onActivityResult(int requestCode, int resultCode, Intent data) {
197197
public void signup(int mifosSavingsProductId) {
198198
showProgressDialog(Constants.PLEASE_WAIT);
199199
Intent intent = new Intent(LoginActivity.this, MobileVerificationActivity.class);
200+
mMifosSavingProductId = mifosSavingsProductId;
200201
intent.putExtra(Constants.MIFOS_SAVINGS_PRODUCT_ID, mMifosSavingProductId);
201202
if (account != null) {
202203
intent.putExtra(Constants.GOOGLE_PHOTO_URI, account.getPhotoUrl());

0 commit comments

Comments
 (0)