Skip to content

Commit 1d54146

Browse files
authored
Update README.md
1 parent 8130440 commit 1d54146

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-nativescript
88

@@ -57,7 +57,7 @@ Parameter and meaning:
5757
5858
Parameter and meaning:
5959
60-
"Communication Error" - Error starting a payment process due to several possible reasons, please contact MOLPay support should the error persists.
60+
"Communication Error" - Error starting a payment process due to several possible reasons, please contact Razer Merchant Services support should the error persists.
6161
1) Internet not available
6262
2) API credentials (username, password, merchant id, verify key)
6363
3) Razer Merchant Services server offline.
@@ -84,7 +84,7 @@ var paymentDetails = {
8484
'mp_country' : 'MY',
8585
8686
// Optional String.
87-
'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.
87+
'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.
8888
'mp_bill_description' : '',
8989
'mp_bill_name' : '',
9090
'mp_bill_email' : '',
@@ -93,7 +93,7 @@ var paymentDetails = {
9393
'mp_editing_enabled' : false, // Option to allow billing information editing.
9494
9595
// Optional, but required payment values. User input will be required when values not passed.
96-
'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.
96+
'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.
9797
'mp_bill_description' : 'billdesc',
9898
'mp_bill_name' : 'billname',
9999
'mp_bill_email' : 'email@domain.com',
@@ -120,7 +120,7 @@ var paymentDetails = {
120120
// Optional, use 'Receipt' for Cash channels, and 'Status' for transaction status query.
121121
'mp_request_type': '',
122122
123-
// 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.
123+
// 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.
124124
'mp_custom_css_url': '',
125125
126126
// 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)