From 16ffd6abcec8ffa0bfdf0384f39b785734900ff7 Mon Sep 17 00:00:00 2001 From: hisyamadzha <38680137+hisyamadzha@users.noreply.github.com> Date: Tue, 15 Dec 2020 09:46:53 +0800 Subject: [PATCH] update main.dart --- rms_xdk_example/lib/main.dart | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rms_xdk_example/lib/main.dart b/rms_xdk_example/lib/main.dart index 8e432bc..23cc962 100644 --- a/rms_xdk_example/lib/main.dart +++ b/rms_xdk_example/lib/main.dart @@ -38,11 +38,11 @@ class _MyAppState extends State { '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', @@ -104,4 +104,4 @@ class _MyAppState extends State { ), ); } -} \ No newline at end of file +}