Skip to content

Commit

Permalink
Release 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hisyam committed Apr 23, 2020
1 parent ccdf335 commit 5710472
Show file tree
Hide file tree
Showing 6 changed files with 6,577 additions and 17,227 deletions.
4 changes: 1 addition & 3 deletions 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,5 +54,3 @@ 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 @@ -37,7 +37,7 @@ var molpay = require("molpay-mobile-xdk-reactnative-beta");
'mp_verification_key': '',

// Mandatory String. Payment values
'mp_order_ID': '',
'mp_order_ID': '1528478239',
'mp_currency': 'MYR',
'mp_country': 'MY',

Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
{
"images" : [
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "2x"
},
{
"idiom" : "iphone",
"size" : "20x20",
"scale" : "3x"
},
{
"idiom" : "iphone",
"size" : "29x29",
Expand Down Expand Up @@ -39,11 +29,6 @@
"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>lamboplaceapp</string>
<string>testappurl</string>
</array>
</dict>
</array>
Expand Down
Loading

0 comments on commit 5710472

Please sign in to comment.