-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/RazerMS/rms-mobile-xdk-co…
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
# license: Copyright © 2011-2019 MOLPay Sdn Bhd. All Rights Reserved. | ||
--> | ||
|
||
<img src="https://user-images.githubusercontent.com/38641542/39353138-654385dc-4a39-11e8-9710-19e5f03ec62e.jpg"> | ||
|
||
# rms-mobile-xdk-cordova | ||
|
||
<img src="https://user-images.githubusercontent.com/38641542/74424311-a9d64000-4e8c-11ea-8d80-d811cfe66972.jpg"> | ||
|
||
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 protected]', | ||
|
@@ -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. | ||
|