Skip to content

Commit 8ec2b40

Browse files
author
hisyam
committed
Release 0.28.0
1 parent dbe4f46 commit 8ec2b40

60 files changed

Lines changed: 17489 additions & 10161 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ local.properties
3232

3333
# node.js
3434
#
35-
node_modules/
35+
node_modules
3636
npm-debug.log
3737

3838
# BUCK

MOLPayReactExampleProject/.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ local.properties
3232

3333
# node.js
3434
#
35-
node_modules/
35+
node_modules
3636
npm-debug.log
3737
yarn-error.log
3838

@@ -54,3 +54,5 @@ buck-out/
5454

5555
# Bundle artifact
5656
*.jsbundle
57+
58+
.yalc

MOLPayReactExampleProject/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ var molpay = require("molpay-mobile-xdk-reactnative-beta");
8282
// Optional, required a valid mp_channel value, this will skip the payment info page and go direct to the payment screen.
8383
// 'mp_express_mode': false,
8484
// "mp_bill_description_edit_disabled": false,
85-
//"mp_dev_mode": true
85+
// "mp_dev_mode": true
8686

8787
};
8888
// start molpay payment

MOLPayReactExampleProject/ios/test0270/Images.xcassets/AppIcon.appiconset/Contents.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"images" : [
3+
{
4+
"idiom" : "iphone",
5+
"size" : "20x20",
6+
"scale" : "2x"
7+
},
8+
{
9+
"idiom" : "iphone",
10+
"size" : "20x20",
11+
"scale" : "3x"
12+
},
313
{
414
"idiom" : "iphone",
515
"size" : "29x29",
@@ -29,6 +39,11 @@
2939
"idiom" : "iphone",
3040
"size" : "60x60",
3141
"scale" : "3x"
42+
},
43+
{
44+
"idiom" : "ios-marketing",
45+
"size" : "1024x1024",
46+
"scale" : "1x"
3247
}
3348
],
3449
"info" : {

MOLPayReactExampleProject/ios/test0270/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<dict>
88
<key>CFBundleURLSchemes</key>
99
<array>
10-
<string>testappurl</string>
10+
<string>lamboplaceapp</string>
1111
</array>
1212
</dict>
1313
</array>

0 commit comments

Comments
 (0)