Skip to content

Commit

Permalink
Release 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hisyam committed Mar 17, 2020
1 parent dbe4f46 commit 8ec2b40
Show file tree
Hide file tree
Showing 60 changed files with 17,489 additions and 10,161 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local.properties

# node.js
#
node_modules/
node_modules
npm-debug.log

# BUCK
Expand Down
4 changes: 3 additions & 1 deletion MOLPayReactExampleProject/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ local.properties

# node.js
#
node_modules/
node_modules
npm-debug.log
yarn-error.log

Expand All @@ -54,3 +54,5 @@ buck-out/

# Bundle artifact
*.jsbundle

.yalc
2 changes: 1 addition & 1 deletion MOLPayReactExampleProject/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ var molpay = require("molpay-mobile-xdk-reactnative-beta");
// Optional, required a valid mp_channel value, this will skip the payment info page and go direct to the payment screen.
// 'mp_express_mode': false,
// "mp_bill_description_edit_disabled": false,
//"mp_dev_mode": true
// "mp_dev_mode": true

};
// start molpay payment
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
Expand Down Expand Up @@ -29,6 +39,11 @@
"idiom" : "iphone",
"size" : "60x60",
"scale" : "3x"
},
{
"idiom" : "ios-marketing",
"size" : "1024x1024",
"scale" : "1x"
}
],
"info" : {
Expand Down
2 changes: 1 addition & 1 deletion MOLPayReactExampleProject/ios/test0270/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<dict>
<key>CFBundleURLSchemes</key>
<array>
<string>testappurl</string>
<string>lamboplaceapp</string>
</array>
</dict>
</array>
Expand Down
Loading

0 comments on commit 8ec2b40

Please sign in to comment.