Skip to content

Commit

Permalink
Release 3.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MOLPay Mobile committed Jun 21, 2019
1 parent 79a6997 commit d3197b3
Show file tree
Hide file tree
Showing 10 changed files with 49 additions and 52 deletions.
2 changes: 2 additions & 0 deletions MOLPayXDKExample/MOLPayXDKExample/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,7 @@
</dict>
<key>NSPhotoLibraryUsageDescription</key>
<string>Payment images</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>This application needs permission to write photos</string>
</dict>
</plist>
38 changes: 15 additions & 23 deletions MOLPayXDKExample/MOLPayXDKExample/MOLPayXDKExample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchDebug>true</MtouchDebug>
<MtouchFastDev>true</MtouchFastDev>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchLink>SdkOnly</MtouchLink>
<MtouchArch>i386</MtouchArch>
<MtouchArch>i386, x86_64</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
<MtouchTlsProvider>Default</MtouchTlsProvider>
<PlatformTarget>x86</PlatformTarget>
Expand All @@ -37,8 +35,6 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>SdkOnly</MtouchLink>
Expand All @@ -54,8 +50,6 @@
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
<CodesignKey>iPhone Developer</CodesignKey>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchLink>None</MtouchLink>
<MtouchArch>i386</MtouchArch>
<MtouchHttpClientHandler>HttpClientHandler</MtouchHttpClientHandler>
Expand All @@ -75,8 +69,6 @@
<DeviceSpecificBuild>true</DeviceSpecificBuild>
<MtouchDebug>true</MtouchDebug>
<MtouchFastDev>true</MtouchFastDev>
<MtouchUseSGen>true</MtouchUseSGen>
<MtouchUseRefCounting>true</MtouchUseRefCounting>
<MtouchFloat32>true</MtouchFloat32>
<CodesignEntitlements>Entitlements.plist</CodesignEntitlements>
<MtouchLink>None</MtouchLink>
Expand Down Expand Up @@ -121,20 +113,20 @@
<Compile Include="MOLPay.cs" />
</ItemGroup>
<ItemGroup>
<BundleResource Include="Resources\custom.css" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\styles\vendor.34eb91d2.css" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\styles\main.68a3f254.css" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\scripts\vendor.993ae4d8.js" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\scripts\scripts.1437d623.js" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\index.html" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\images\poweredByMOLPay.png" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\images\ImageUnavailable.png" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\fonts\FontAwesome.otf" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\fonts\fontawesome-webfont.woff2" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\fonts\fontawesome-webfont.woff" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\fonts\fontawesome-webfont.ttf" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\fonts\fontawesome-webfont.svg" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\fonts\fontawesome-webfont.eot" />
<BundleResource Include="Resources\custom.css" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\styles\vendor.34eb91d2.css" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\styles\main.68a3f254.css" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\scripts\vendor.993ae4d8.js" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\index.html" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\images\poweredByMOLPay.png" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\images\ImageUnavailable.png" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\fonts\FontAwesome.otf" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\fonts\fontawesome-webfont.woff2" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\fonts\fontawesome-webfont.woff" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\fonts\fontawesome-webfont.ttf" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\fonts\fontawesome-webfont.svg" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\fonts\fontawesome-webfont.eot" />
<BundleResource Include="Resources\molpay-mobile-xdk-www\scripts\scripts.1f95c274.js" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\iOS\Xamarin.iOS.CSharp.targets" />
</Project>
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.

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions MOLPayXDKExample/MOLPayXDKExample/ViewController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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, "");
Expand Down
29 changes: 16 additions & 13 deletions MOLPayXDKExample/MOLPayXDKExample/ViewController.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion molpay-mobile-xdk-www/index.html
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 molpay-mobile-xdk-www/scripts/scripts.1437d623.js

This file was deleted.

1 change: 1 addition & 0 deletions molpay-mobile-xdk-www/scripts/scripts.1f95c274.js

Large diffs are not rendered by default.

0 comments on commit d3197b3

Please sign in to comment.