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
@@ -110,7 +110,7 @@ change the following codes in your `android/app/src/main/res/values/styles.xml`
110
110
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.
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`
116
116
@@ -185,7 +185,7 @@ var paymentDetails = {
185
185
'mp_country' : 'MY',
186
186
187
187
// 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.
189
189
'mp_bill_description' : '',
190
190
'mp_bill_name' : '',
191
191
'mp_bill_email' : '',
@@ -194,7 +194,7 @@ var paymentDetails = {
194
194
'mp_editing_enabled' : false, // Option to allow billing information editing.
195
195
196
196
// 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.
198
198
'mp_bill_description' : 'billdesc',
199
199
'mp_bill_name' : 'billname',
200
200
'mp_bill_email' : 'email@domain.com',
@@ -221,7 +221,7 @@ var paymentDetails = {
221
221
// Optional, use 'Receipt' for Cash channels, and 'Status' for transaction status query.
222
222
'mp_request_type': '',
223
223
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.
225
225
'mp_custom_css_url': '',
226
226
227
227
// Optional, set the token id to nominate a preferred token as the default selection, set "new" to allow new card only.
0 commit comments