Skip to content

Commit

Permalink
update xdk example to use version 3.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Abd Qayyum committed Mar 30, 2021
1 parent e9c14e1 commit 4153147
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 25 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>IDEDidComputeMac32BitWarning</key>
<true/>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Example/rms-mobile-xdk-cocoapods/RMSViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ - (IBAction)startmolpay:(id)sender
//@"mp_non_3DS": [NSNumber numberWithBool:YES] // Optional, allow non-3ds on some credit card channels.
//@"mp_card_list_disabled": [NSNumber numberWithBool:YES] // Optional, disable card list option.
//@"mp_disabled_channels": [NSArray arrayWithObjects:@"credit", nil] // Optional for channels restriction, this option has less priority than mp_allowed_channels.
@"mp_dev_mode": [NSNumber numberWithBool:YES]
//@"mp_dev_mode": [NSNumber numberWithBool:YES]
};

mp = [[MOLPayLib alloc] initWithDelegate:self andPaymentDetails:paymentRequestDict];
Expand Down
2 changes: 1 addition & 1 deletion MOLPayXDK.bundle/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.0855bf84.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.0f03d7b3.js"></script> <script src="scripts/scripts.f3d4a10f.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.0ca151a6.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.683ba06a.js"></script> <script src="scripts/scripts.e7adf302.js"></script> </body> </html>

Large diffs are not rendered by default.

This file was deleted.

13 changes: 0 additions & 13 deletions MOLPayXDK.bundle/molpay-mobile-xdk-www/scripts/vendor.0f03d7b3.js

This file was deleted.

19 changes: 19 additions & 0 deletions MOLPayXDK.bundle/molpay-mobile-xdk-www/scripts/vendor.683ba06a.js

Large diffs are not rendered by default.

This file was deleted.

Large diffs are not rendered by default.

Binary file modified MOLPayXDK.framework/Versions/A/MOLPayXDK
Binary file not shown.
2 changes: 1 addition & 1 deletion rms-mobile-xdk-cocoapods.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'rms-mobile-xdk-cocoapods'
s.version = '3.29.1'
s.version = '3.30.0'
s.summary = 'Razer Merchant Services Mobile XDK.'

# This description is used to generate tags and improve search results.
Expand Down

0 comments on commit 4153147

Please sign in to comment.