Skip to content

Commit 5710472

Browse files
author
hisyam
committed
Release 0.29.0
1 parent ccdf335 commit 5710472

6 files changed

Lines changed: 6577 additions & 17227 deletions

File tree

MOLPayReactExampleProject/.gitignore

Lines changed: 1 addition & 3 deletions
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,5 +54,3 @@ 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
@@ -37,7 +37,7 @@ var molpay = require("molpay-mobile-xdk-reactnative-beta");
3737
'mp_verification_key': '',
3838

3939
// Mandatory String. Payment values
40-
'mp_order_ID': '',
40+
'mp_order_ID': '1528478239',
4141
'mp_currency': 'MYR',
4242
'mp_country': 'MY',
4343

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
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-
},
133
{
144
"idiom" : "iphone",
155
"size" : "29x29",
@@ -39,11 +29,6 @@
3929
"idiom" : "iphone",
4030
"size" : "60x60",
4131
"scale" : "3x"
42-
},
43-
{
44-
"idiom" : "ios-marketing",
45-
"size" : "1024x1024",
46-
"scale" : "1x"
4732
}
4833
],
4934
"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>lamboplaceapp</string>
10+
<string>testappurl</string>
1111
</array>
1212
</dict>
1313
</array>

0 commit comments

Comments
 (0)