Skip to content

Commit

Permalink
update main.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
hisyamadzha authored Dec 15, 2020
1 parent a44275b commit 16ffd6a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rms_xdk_example/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ class _MyAppState extends State<MyApp> {
'mp_amount': '1.01',

// Mandatory String. Values obtained from MOLPay
'mp_username': 'api_rmsxdk_mobile',
'mp_password': 'api_RMSxdk*20',
'mp_merchant_ID': 'rmsxdk_mobile',
'mp_app_name': 'mobile',
'mp_verification_key': '536bc46c69ee05ae3a8cc894e5956b38',
'mp_username': '',
'mp_password': '',
'mp_merchant_ID': '',
'mp_app_name': '',
'mp_verification_key': '',

// Mandatory String. Payment values
'mp_order_ID': '60186547890',
Expand Down Expand Up @@ -104,4 +104,4 @@ class _MyAppState extends State<MyApp> {
),
);
}
}
}

0 comments on commit 16ffd6a

Please sign in to comment.