Skip to content

Commit f2a502c

Browse files
authored
Update README.md
1 parent dbe4f46 commit f2a502c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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">
5+
<img src="https://user-images.githubusercontent.com/38641542/74150364-ba947500-4c44-11ea-8d79-ae8cd4352816.jpg">
66

77
# rms-mobile-xdk-reactnative-beta
88

@@ -110,7 +110,7 @@ change the following codes in your `android/app/src/main/res/values/styles.xml`
110110
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.
111111

112112
<p align="center">
113-
<img src ="https://raw.githubusercontent.com/MOLPay/molpay-mobile-xdk-reactnative-beta/master/assets/03.png" />
113+
<img src ="https://raw.githubusercontent.com/RazerMS/rms-mobile-xdk-reactnative-beta/master/assets/03.png" />
114114
</p>
115115
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`
116116

@@ -185,7 +185,7 @@ var paymentDetails = {
185185
'mp_country' : 'MY',
186186
187187
// 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.
188+
'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.
189189
'mp_bill_description' : '',
190190
'mp_bill_name' : '',
191191
'mp_bill_email' : '',
@@ -194,7 +194,7 @@ var paymentDetails = {
194194
'mp_editing_enabled' : false, // Option to allow billing information editing.
195195
196196
// 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.
197+
'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.
198198
'mp_bill_description' : 'billdesc',
199199
'mp_bill_name' : 'billname',
200200
'mp_bill_email' : 'email@domain.com',
@@ -221,7 +221,7 @@ var paymentDetails = {
221221
// Optional, use 'Receipt' for Cash channels, and 'Status' for transaction status query.
222222
'mp_request_type': '',
223223
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.
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/RazerMS/rms-mobile-xdk-examples/blob/master/custom.css.
225225
'mp_custom_css_url': '',
226226
227227
// 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)