Skip to content

Commit ccdf335

Browse files
author
hisyam
committed
2 parents 8ec2b40 + 9594a34 commit ccdf335

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
# license: Copyright © 2011-2016 MOLPay Sdn Bhd. All Rights Reserved.
33
-->
44

5-
<img src="https://user-images.githubusercontent.com/38641542/39353138-654385dc-4a39-11e8-9710-19e5f03ec62e.jpg">
6-
75
# rms-mobile-xdk-reactnative-beta
86

7+
<img src="https://user-images.githubusercontent.com/38641542/74424311-a9d64000-4e8c-11ea-8d80-d811cfe66972.jpg">
8+
9+
910
This is the beta but functional Razer Merchant Services React Native payment module that is ready to be implemented into any React Native project npm install module. An example application project
1011
(MOLPayReactExampleProject) is provided for Razer Merchant Services XDK framework integration reference.
1112

@@ -110,7 +111,7 @@ change the following codes in your `android/app/src/main/res/values/styles.xml`
110111
2) navigate to `node_modules/molpay-mobile-xdk-reactnative-beta/ios` and copy MOLPayXDK.bundle into the application project folder `{ReactProject}/ios/` and open Xcode to perform all imports.
111112

112113
<p align="center">
113-
<img src ="https://raw.githubusercontent.com/MOLPay/molpay-mobile-xdk-reactnative-beta/master/assets/03.png" />
114+
<img src ="https://raw.githubusercontent.com/RazerMS/rms-mobile-xdk-reactnative-beta/master/assets/03.png" />
114115
</p>
115116
3) In Xcode right click on `Libraries` select `Add Files to ...` option and navigate to `node_modules/molpay-mobile-xdk-reactnative-beta/ios` and add `MOLPayXDKlib.xcodeproj`
116117

@@ -185,7 +186,7 @@ var paymentDetails = {
185186
'mp_country' : 'MY',
186187
187188
// Optional String.
188-
'mp_channel' : '', // Use 'multi' for all available channels option. For individual channel seletion, please refer to https://github.com/MOLPay/molpay-mobile-xdk-examples/blob/master/channel_list.tsv.
189+
'mp_channel' : '', // Use 'multi' for all available channels option. For individual channel seletion, please refer to https://github.com/RazerMS/rms-mobile-xdk-examples/blob/master/channel_list.tsv.
189190
'mp_bill_description' : '',
190191
'mp_bill_name' : '',
191192
'mp_bill_email' : '',
@@ -194,7 +195,7 @@ var paymentDetails = {
194195
'mp_editing_enabled' : false, // Option to allow billing information editing.
195196
196197
// Optional, but required payment values. User input will be required when values not passed.
197-
'mp_channel' : 'multi', // Use 'multi' for all available channels option. For individual channel seletion, please refer to https://github.com/MOLPay/molpay-mobile-xdk-examples/blob/master/channel_list.tsv.
198+
'mp_channel' : 'multi', // Use 'multi' for all available channels option. For individual channel seletion, please refer to https://github.com/RazerMS/rms-mobile-xdk-examples/blob/master/channel_list.tsv.
198199
'mp_bill_description' : 'billdesc',
199200
'mp_bill_name' : 'billname',
200201
'mp_bill_email' : 'email@domain.com',
@@ -221,7 +222,7 @@ var paymentDetails = {
221222
// Optional, use 'Receipt' for Cash channels, and 'Status' for transaction status query.
222223
'mp_request_type': '',
223224
224-
// Optional, use this to customize the UI theme for the payment info screen, the original XDK custom.css file can be obtained at https://github.com/MOLPay/molpay-mobile-xdk-examples/blob/master/custom.css.
225+
// Optional, use this to customize the UI theme for the payment info screen, the original XDK custom.css file can be obtained at https://github.com/RazerMS/rms-mobile-xdk-examples/blob/master/custom.css.
225226
'mp_custom_css_url': '',
226227
227228
// Optional, set the token id to nominate a preferred token as the default selection, set "new" to allow new card only.

0 commit comments

Comments
 (0)