Skip to content

Commit 7d447af

Browse files
committed
Release 3.22.0
1 parent 27c473f commit 7d447af

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

molpay-mobile-xdk-www/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +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.9f3e4059.css"> </head> <body ng-app="molpayXsdkApp" onload="finishLoad()"> <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.78dc138d.js"></script> <script src="scripts/scripts.2578a8a2.js"></script> <script src="scripts/nativescript-webview-interface.js"></script><script>var oWebViewInterface;function startMolpayJS(paymentdetails){window.updateSdkData(paymentdetails,function(data){oWebViewInterface.emit('molpayCallback', data);});}function finishLoad(){oWebViewInterface = window.nsWebViewInterface;oWebViewInterface.emit('molpayLoaded', '');}</script> </body> </html>
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.9f3e4059.css"> </head> <body ng-app="molpayXsdkApp" onload="finishLoad()"> <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.0f21d638.js"></script> <script src="scripts/scripts.a5e580d7.js"></script> <script src="scripts/nativescript-webview-interface.js"></script><script>var oWebViewInterface;function startMolpayJS(paymentdetails){window.updateSdkData(paymentdetails,function(data){oWebViewInterface.emit('molpayCallback', data);});}function finishLoad(){oWebViewInterface = window.nsWebViewInterface;oWebViewInterface.emit('molpayLoaded', '');}</script> </body> </html>

molpay-mobile-xdk-www/scripts/scripts.2578a8a2.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

molpay-mobile-xdk-www/scripts/scripts.a5e580d7.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

molpay-mobile-xdk-www/scripts/vendor.0f21d638.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

molpay-mobile-xdk-www/scripts/vendor.78dc138d.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "molpay-mobile-xdk-nativescript",
3-
"version": "3.21.0",
3+
"version": "3.22.0",
44
"main": "molpay.js",
55
"typings": "molpay.d.ts",
66
"description": "Molpay XDK NativeScript",

0 commit comments

Comments
 (0)