Skip to content

Commit

Permalink
#205 Atrributes seems to be wrong in the donate your data
Browse files Browse the repository at this point in the history
change data agreement Id corresponding to donate your data.
  • Loading branch information
lijogeorgep authored and josmilan committed Nov 15, 2023
1 parent 9d04b9e commit 643fce5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class DataAgreementContoller extends BaseController {
});
Map<String, dynamic> responseMap = json.decode(response);
if (responseMap['optIn'] == true) {
_registerController.getDataAgreement(sharingtoken:accessToken,sharingDataAgreementID: PrivacyDashboard().registrationDataAgreementId,isFlag:true);
_registerController.getDataAgreement(sharingtoken:accessToken,sharingDataAgreementID: PrivacyDashboard().donateYourDataDataAgreementId,isFlag:true);
Get.back();
int index = _registerController.selectedPage.value + 1;
_registerController.pageController.animateToPage(index,
Expand Down

0 comments on commit 643fce5

Please sign in to comment.