-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
MOLPay Mobile
committed
Jun 21, 2019
1 parent
79a6997
commit d3197b3
Showing
10 changed files
with
49 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
MOLPayXDKExample/MOLPayXDKExample/Resources/molpay-mobile-xdk-www/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <!-- <meta name="viewport" content="width=device-width"> --> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta name="format-detection" content="telephone=no"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.34eb91d2.css"> <link rel="stylesheet" href="styles/main.68a3f254.css"> </head> <body ng-app="molpayXsdkApp"> <div class="header"> </div> <div id="app-body" class="app-body container-fluid"> <div class="row"> <div class="hidden-xs col-sm-2 col-md-3 col-lg-4"></div> <div class="col-xs-12 col-sm-8 col-md-6 col-lg-4" ng-view=""></div> <div class="hidden-xs col-sm-2 col-md-3 col-lg-4"></div> </div> </div> <div ng-cloak ng-show="isStarting || isLoading" class="text-center"> <br> <p>{{label_preparing}}</p> <p>{{label_pleasewait}}</p> </div> <div class="footer"> </div> <div ng-cloak ng-show="isLoading || D7ARequeryActiveNow" class="loading text-center vertical-center"> <div class="loadingbackground"></div> <i class="fa fa-spinner fa-spin fa-3x"></i> <div class="loading-text">{{label_loading}}</div> </div> <script src="scripts/vendor.993ae4d8.js"></script> <script src="scripts/scripts.1437d623.js"></script> </body> </html> | ||
<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <!-- <meta name="viewport" content="width=device-width"> --> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta name="format-detection" content="telephone=no"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.34eb91d2.css"> <link rel="stylesheet" href="styles/main.68a3f254.css"> </head> <body ng-app="molpayXsdkApp"> <div class="header"> </div> <div id="app-body" class="app-body container-fluid"> <div class="row"> <div class="hidden-xs col-sm-2 col-md-3 col-lg-4"></div> <div class="col-xs-12 col-sm-8 col-md-6 col-lg-4" ng-view=""></div> <div class="hidden-xs col-sm-2 col-md-3 col-lg-4"></div> </div> </div> <div ng-cloak ng-show="isStarting || isLoading" class="text-center"> <br> <p>{{label_preparing}}</p> <p>{{label_pleasewait}}</p> </div> <div class="footer"> </div> <div ng-cloak ng-show="isLoading || D7ARequeryActiveNow" class="loading text-center vertical-center"> <div class="loadingbackground"></div> <i class="fa fa-spinner fa-spin fa-3x"></i> <div class="loading-text">{{label_loading}}</div> </div> <script src="scripts/vendor.993ae4d8.js"></script> <script src="scripts/scripts.1f95c274.js"></script> </body> </html> |
1 change: 0 additions & 1 deletion
1
...ayXDKExample/MOLPayXDKExample/Resources/molpay-mobile-xdk-www/scripts/scripts.1437d623.js
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...ayXDKExample/MOLPayXDKExample/Resources/molpay-mobile-xdk-www/scripts/scripts.1f95c274.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,20 +25,20 @@ public override void ViewDidLoad() | |
base.ViewDidLoad(); | ||
|
||
Dictionary<string, object> paymentDetails = new Dictionary<string, object>(); | ||
paymentDetails.Add(MOLPay.mp_amount, ""); | ||
paymentDetails.Add(MOLPay.mp_username, ""); | ||
paymentDetails.Add(MOLPay.mp_password, ""); | ||
paymentDetails.Add(MOLPay.mp_merchant_ID, ""); | ||
paymentDetails.Add(MOLPay.mp_app_name, ""); | ||
paymentDetails.Add(MOLPay.mp_verification_key, ""); | ||
paymentDetails.Add(MOLPay.mp_order_ID, ""); | ||
paymentDetails.Add(MOLPay.mp_amount, "1.10"); | ||
paymentDetails.Add(MOLPay.mp_username, "molpayxdk"); | ||
paymentDetails.Add(MOLPay.mp_password, "cT54#Lk@22"); | ||
paymentDetails.Add(MOLPay.mp_merchant_ID, "molpayxdk"); | ||
paymentDetails.Add(MOLPay.mp_app_name, "molpayxdk"); | ||
paymentDetails.Add(MOLPay.mp_verification_key, "4445db44bdb60687a8e7f7903a59c3a9"); | ||
paymentDetails.Add(MOLPay.mp_order_ID, "xamarinios"); | ||
paymentDetails.Add(MOLPay.mp_currency, "MYR"); | ||
paymentDetails.Add(MOLPay.mp_country, "MY"); | ||
paymentDetails.Add(MOLPay.mp_channel, ""); | ||
paymentDetails.Add(MOLPay.mp_bill_description, ""); | ||
paymentDetails.Add(MOLPay.mp_bill_name, ""); | ||
paymentDetails.Add(MOLPay.mp_bill_email, ""); | ||
paymentDetails.Add(MOLPay.mp_bill_mobile, ""); | ||
paymentDetails.Add(MOLPay.mp_channel, "multi"); | ||
paymentDetails.Add(MOLPay.mp_bill_description, "billdesc"); | ||
paymentDetails.Add(MOLPay.mp_bill_name, "billname"); | ||
paymentDetails.Add(MOLPay.mp_bill_email, "[email protected]"); | ||
paymentDetails.Add(MOLPay.mp_bill_mobile, "+60123456789"); | ||
paymentDetails.Add(MOLPay.mp_channel_editing, false); | ||
paymentDetails.Add(MOLPay.mp_editing_enabled, false); | ||
//paymentDetails.Add(MOLPay.mp_is_escrow, ""); | ||
|
29 changes: 16 additions & 13 deletions
29
MOLPayXDKExample/MOLPayXDKExample/ViewController.designer.cs
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <!-- <meta name="viewport" content="width=device-width"> --> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta name="format-detection" content="telephone=no"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.34eb91d2.css"> <link rel="stylesheet" href="styles/main.68a3f254.css"> </head> <body ng-app="molpayXsdkApp"> <div class="header"> </div> <div id="app-body" class="app-body container-fluid"> <div class="row"> <div class="hidden-xs col-sm-2 col-md-3 col-lg-4"></div> <div class="col-xs-12 col-sm-8 col-md-6 col-lg-4" ng-view=""></div> <div class="hidden-xs col-sm-2 col-md-3 col-lg-4"></div> </div> </div> <div ng-cloak ng-show="isStarting || isLoading" class="text-center"> <br> <p>{{label_preparing}}</p> <p>{{label_pleasewait}}</p> </div> <div class="footer"> </div> <div ng-cloak ng-show="isLoading || D7ARequeryActiveNow" class="loading text-center vertical-center"> <div class="loadingbackground"></div> <i class="fa fa-spinner fa-spin fa-3x"></i> <div class="loading-text">{{label_loading}}</div> </div> <script src="scripts/vendor.993ae4d8.js"></script> <script src="scripts/scripts.1437d623.js"></script> </body> </html> | ||
<!doctype html> <html> <head> <meta charset="utf-8"> <title></title> <meta name="description" content=""> <!-- <meta name="viewport" content="width=device-width"> --> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> <meta name="format-detection" content="telephone=no"> <!-- Place favicon.ico and apple-touch-icon.png in the root directory --> <link rel="stylesheet" href="styles/vendor.34eb91d2.css"> <link rel="stylesheet" href="styles/main.68a3f254.css"> </head> <body ng-app="molpayXsdkApp"> <div class="header"> </div> <div id="app-body" class="app-body container-fluid"> <div class="row"> <div class="hidden-xs col-sm-2 col-md-3 col-lg-4"></div> <div class="col-xs-12 col-sm-8 col-md-6 col-lg-4" ng-view=""></div> <div class="hidden-xs col-sm-2 col-md-3 col-lg-4"></div> </div> </div> <div ng-cloak ng-show="isStarting || isLoading" class="text-center"> <br> <p>{{label_preparing}}</p> <p>{{label_pleasewait}}</p> </div> <div class="footer"> </div> <div ng-cloak ng-show="isLoading || D7ARequeryActiveNow" class="loading text-center vertical-center"> <div class="loadingbackground"></div> <i class="fa fa-spinner fa-spin fa-3x"></i> <div class="loading-text">{{label_loading}}</div> </div> <script src="scripts/vendor.993ae4d8.js"></script> <script src="scripts/scripts.1f95c274.js"></script> </body> </html> |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.