From b1a6bacf5c8ef1b3b0c34259f2060d03365e78ef Mon Sep 17 00:00:00 2001
From: candyyng <38641542+candyyng@users.noreply.github.com>
Date: Wed, 12 Feb 2020 19:58:13 +0800
Subject: [PATCH 1/2] Update README.md
---
README.md | 26 +++++++++++++-------------
1 file changed, 13 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index fe0d620..a08da18 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.
@@ -208,12 +208,12 @@ This plugin provides an integrated Razer Merchant Services payment module that c
## Support
-Submit issue to this repository or email to our support@molpay.com
+Submit issue to this repository or email to our support-sa@razer.com
-Merchant Technical Support / Customer Care : support@molpay.com
-Sales/Reseller Enquiry : sales@molpay.com
-Marketing Campaign : marketing@molpay.com
-Channel/Partner Enquiry : channel@molpay.com
-Media Contact : media@molpay.com
-R&D and Tech-related Suggestion : technical@molpay.com
-Abuse Reporting : abuse@molpay.com
+Merchant Technical Support / Customer Care : support-sa@razer.com
+Sales/Reseller Enquiry : sales-sa@razer.com
+Marketing Campaign : marketing-sa@razer.com
+Channel/Partner Enquiry : channel-sa@razer.com
+Media Contact : media-sa@razer.com
+R&D and Tech-related Suggestion : technical-sa@razer.com
+Abuse Reporting : abuse-sa@razer.com
From c5ff899b7d2f92149ca549812470fb3857f5ec31 Mon Sep 17 00:00:00 2001
From: candyyng <38641542+candyyng@users.noreply.github.com>
Date: Thu, 13 Feb 2020 18:19:12 +0800
Subject: [PATCH 2/2] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index a08da18..9ea9a6f 100644
--- a/README.md
+++ b/README.md
@@ -2,10 +2,10 @@
# 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/RazerMS/rms-mobile-xdk-www and update the local version.