You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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.
61
61
1) Internet not available
62
62
2) API credentials (username, password, merchant id, verify key)
63
63
3) Razer Merchant Services server offline.
@@ -84,7 +84,7 @@ var paymentDetails = {
84
84
'mp_country' : 'MY',
85
85
86
86
// 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.
88
88
'mp_bill_description' : '',
89
89
'mp_bill_name' : '',
90
90
'mp_bill_email' : '',
@@ -93,7 +93,7 @@ var paymentDetails = {
93
93
'mp_editing_enabled' : false, // Option to allow billing information editing.
94
94
95
95
// 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.
97
97
'mp_bill_description' : 'billdesc',
98
98
'mp_bill_name' : 'billname',
99
99
'mp_bill_email' : 'email@domain.com',
@@ -120,7 +120,7 @@ var paymentDetails = {
120
120
// Optional, use 'Receipt' for Cash channels, and 'Status' for transaction status query.
121
121
'mp_request_type': '',
122
122
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.
124
124
'mp_custom_css_url': '',
125
125
126
126
// Optional, set the token id to nominate a preferred token as the default selection, set "new" to allow new card only.
0 commit comments