diff --git a/README.md b/README.md index 2df289c..9ea9a6f 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ # license: Copyright © 2011-2019 MOLPay Sdn Bhd. All Rights Reserved. --> - - # rms-mobile-xdk-cordova + + This is the complete and functional Razer Merchant Services Cordova payment module that is ready to be implemented into Cordova project through Cordova plugin installation procedures. An example application project (MOLPayXDKExample) is provided for MOLPayXDK Cordova integration reference. -This plugin provides an integrated Razer Merchant Services payment module that contains a wrapper 'molpay.js' and an upgradable core as the 'molpay-mobile-xdk-www' folder, which the latter can be separately downloaded at https://github.com/MOLPay/molpay-mobile-xdk-www and update the local version. +This plugin provides an integrated Razer Merchant Services payment module that contains a wrapper 'molpay.js' and an upgradable core as the 'molpay-mobile-xdk-www' folder, which the latter can be separately downloaded at https://github.com/RazerMS/rms-mobile-xdk-www and update the local version. ## Recommended configurations @@ -89,7 +89,7 @@ This plugin provides an integrated Razer Merchant Services payment module that c 'mp_country' : 'MY', // Optional String. - '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. + '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. 'mp_bill_description' : '', 'mp_bill_name' : '', 'mp_bill_email' : '', @@ -98,7 +98,7 @@ This plugin provides an integrated Razer Merchant Services payment module that c 'mp_editing_enabled' : false, // Option to allow billing information editing. // Optional, but required payment values. User input will be required when values not passed. - '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. + '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. 'mp_bill_description' : 'billdesc', 'mp_bill_name' : 'billname', 'mp_bill_email' : 'email@domain.com', @@ -125,7 +125,7 @@ This plugin provides an integrated Razer Merchant Services payment module that c // Optional, use 'Receipt' for Cash channels, and 'Status' for transaction status query. 'mp_request_type': '', - // 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. + // 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. 'mp_custom_css_url': cordova.file.applicationDirectory + 'www/custom.css', // Optional, set the token id to nominate a preferred token as the default selection, set "new" to allow new card only.