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
Razer Merchant Services Plugin for Wordpress developed by RMS technical team.
6
+
Fiuu Plugin for Wordpress developed by RMS technical team.
7
7
8
8
Introduction
9
9
-----
10
10
11
-
This is Razer Merchant Services Woocommerce Plugin for Wordpress and ClassicPress Plugin for eCommerce. WooCommerce is an ecommerce plugin for WordPress. It makes creating and managing an online store simple, with reasonable levels of flexibility and several vital features such as inventory and tax management, secure payments and shipping integration
11
+
This is Fiuu Woocommerce Plugin for Wordpress and ClassicPress Plugin for eCommerce. WooCommerce is an ecommerce plugin for WordPress. It makes creating and managing an online store simple, with reasonable levels of flexibility and several vital features such as inventory and tax management, secure payments and shipping integration
12
12
13
13
Notes / Prerequisite
14
14
-----
15
15
16
-
Razer Merchant Services is not responsible for any problems that might arise from the use of this module.
16
+
Fiuu is not responsible for any problems that might arise from the use of this module.
17
17
Use at your own risk. Please backup any critical data before proceeding. For any query or
18
-
assistance, please email support-sa@razer.com.
18
+
assistance, please email support-sa@fiuu.com.
19
19
20
20
21
21
Installations Guidance for Wordpress Plugin
@@ -39,28 +39,28 @@ You can contribute to this plugin by sending the pull request to this repository
* Description: WooCommerce Razer Merchant Services | The leading payment gateway in South East Asia Grow your business with Razer Merchant Services payment solutions & free features: Physical Payment at 7-Eleven, Seamless Checkout, Tokenization, Loyalty Program and more for WooCommerce
15
-
* Author: Razer Merchant Services Tech Team
14
+
* Description: WooCommerce Fiuu | The leading payment gateway in South East Asia Grow your business with Fiuu payment solutions & free features: Physical Payment at 7-Eleven, Seamless Checkout, Tokenization, Loyalty Program and more for WooCommerce
15
+
* Author: Fiuu Tech Team
16
16
* Author URI: https://merchant.razer.com/
17
17
* Version: 7.7.0
18
18
* License: MIT
19
-
* Text Domain: wcmolpay
19
+
* Text Domain: wc-fiuu
20
20
* Domain Path: /languages/
21
21
* For callback : http://shoppingcarturl/?wc-api=WC_Molpay_Gateway
22
22
* For notification : http://shoppingcarturl/?wc-api=WC_Molpay_Gateway
@@ -29,7 +29,7 @@
29
29
*/
30
30
functionwcmolpay_woocommerce_fallback_notice() {
31
31
$message = '<div class="error">';
32
-
$message .= '<p>' . __( 'WooCommerce Razer Merchant Services Gateway depends on the last version of <a href="http://wordpress.org/extend/plugins/woocommerce/">WooCommerce</a> to work!' , 'wcmolpay' ) . '</p>';
32
+
$message .= '<p>' . __( 'WooCommerce Fiuu Gateway depends on the last version of <a href="http://wordpress.org/extend/plugins/woocommerce/">WooCommerce</a> to work!' , 'wcmolpay' ) . '</p>';
33
33
$message .= '</div>';
34
34
echo$message;
35
35
}
@@ -38,7 +38,7 @@ function wcmolpay_woocommerce_fallback_notice() {
@@ -243,25 +243,25 @@ public function init_form_fields() {
243
243
'title' => __( 'Description', 'wcmolpay' ),
244
244
'type' => 'textarea',
245
245
'description' => __( 'This controls the description which the user sees during checkout.', 'wcmolpay' ),
246
-
'default' => __( 'Pay with Razer Merchant Services', 'wcmolpay' ),
246
+
'default' => __( 'Pay with Fiuu', 'wcmolpay' ),
247
247
'desc_tip' => true,
248
248
),
249
249
'merchant_id' => array(
250
250
'title' => __( 'Merchant ID', 'wcmolpay' ),
251
251
'type' => 'text',
252
-
'description' => __( 'Please enter your Razer Merchant Services Merchant ID.', 'wcmolpay' ) . '' . sprintf( __( 'You can to get this information in: %sRazer Merchant Services Account%s.', 'wcmolpay' ), '<a href="https://portal.merchant.razer.com/" target="_blank">', '</a>' ),
252
+
'description' => __( 'Please enter your Fiuu Merchant ID.', 'wcmolpay' ) . '' . sprintf( __( 'You can to get this information in: %sFiuu Account%s.', 'wcmolpay' ), '<a href="https://portal.merchant.razer.com/" target="_blank">', '</a>' ),
253
253
'default' => ''
254
254
),
255
255
'verify_key' => array(
256
256
'title' => __( 'Verify Key', 'wcmolpay' ),
257
257
'type' => 'text',
258
-
'description' => __( 'Please enter your Razer Merchant Services Verify Key.', 'wcmolpay' ) . '' . sprintf( __( 'You can to get this information in: %sRazer Merchant Services Account%s.', 'wcmolpay' ), '<a href="https://portal.merchant.razer.com/" target="_blank">', '</a>' ),
258
+
'description' => __( 'Please enter your Fiuu Verify Key.', 'wcmolpay' ) . '' . sprintf( __( 'You can to get this information in: %sFiuu Account%s.', 'wcmolpay' ), '<a href="https://portal.merchant.razer.com/" target="_blank">', '</a>' ),
259
259
'default' => ''
260
260
),
261
261
'secret_key' => array(
262
262
'title' => __( 'Secret Key', 'wcmolpay' ),
263
263
'type' => 'text',
264
-
'description' => __( 'Please enter your Razer Merchant Services Secret Key.', 'wcmolpay' ) . '' . sprintf( __( 'You can to get this information in: %sRazer Merchant Services Account%s.', 'wcmolpay' ), '<a href="https://portal.merchant.razer.com/" target="_blank">', '</a>' ),
264
+
'description' => __( 'Please enter your Fiuu Secret Key.', 'wcmolpay' ) . '' . sprintf( __( 'You can to get this information in: %sFiuu Account%s.', 'wcmolpay' ), '<a href="https://portal.merchant.razer.com/" target="_blank">', '</a>' ),
265
265
'default' => ''
266
266
),
267
267
'account_type' => array(
@@ -365,7 +365,7 @@ public function receipt_page( $order ) {
365
365
}
366
366
367
367
/**
368
-
* Check for Razer Merchant Services Response
368
+
* Check for Fiuu Response
369
369
*
370
370
* @access public
371
371
* @return void
@@ -380,7 +380,7 @@ function check_ipn_response() {
@@ -461,7 +461,7 @@ function check_molpay_response_callback() {
461
461
*/
462
462
publicfunctionmerchant_id_missing_message() {
463
463
$message = '<div class="error">';
464
-
$message .= '<p>' . sprintf( __( '<strong>Gateway Disabled</strong> You should fill in your Merchant ID in Razer Merchant Services. %sClick here to configure!%s' , 'wcmolpay' ), '<a href="' . get_admin_url() . 'admin.php?page=wc-settings&tab=checkout§ion=wc_molpay_gateway">', '</a>' ) . '</p>';
464
+
$message .= '<p>' . sprintf( __( '<strong>Gateway Disabled</strong> You should fill in your Merchant ID in Fiuu. %sClick here to configure!%s' , 'wcmolpay' ), '<a href="' . get_admin_url() . 'admin.php?page=wc-settings&tab=checkout§ion=wc_molpay_gateway">', '</a>' ) . '</p>';
465
465
$message .= '</div>';
466
466
echo$message;
467
467
}
@@ -472,7 +472,7 @@ public function merchant_id_missing_message() {
472
472
*/
473
473
publicfunctionverify_key_missing_message() {
474
474
$message = '<div class="error">';
475
-
$message .= '<p>' . sprintf( __( '<strong>Gateway Disabled</strong> You should fill in your Verify Key in Razer Merchant Services. %sClick here to configure!%s' , 'wcmolpay' ), '<a href="' . get_admin_url() . 'admin.php?page=wc-settings&tab=checkout§ion=wc_molpay_gateway">', '</a>' ) . '</p>';
475
+
$message .= '<p>' . sprintf( __( '<strong>Gateway Disabled</strong> You should fill in your Verify Key in Fiuu. %sClick here to configure!%s' , 'wcmolpay' ), '<a href="' . get_admin_url() . 'admin.php?page=wc-settings&tab=checkout§ion=wc_molpay_gateway">', '</a>' ) . '</p>';
476
476
$message .= '</div>';
477
477
echo$message;
478
478
}
@@ -483,7 +483,7 @@ public function verify_key_missing_message() {
483
483
*/
484
484
publicfunctionsecret_key_missing_message() {
485
485
$message = '<div class="error">';
486
-
$message .= '<p>' . sprintf( __( '<strong>Gateway Disabled</strong> You should fill in your Secret Key in Razer Merchant Services. %sClick here to configure!%s' , 'wcmolpay' ), '<a href="' . get_admin_url() . 'admin.php?page=wc-settings&tab=checkout§ion=wc_molpay_gateway">', '</a>' ) . '</p>';
486
+
$message .= '<p>' . sprintf( __( '<strong>Gateway Disabled</strong> You should fill in your Secret Key in Fiuu. %sClick here to configure!%s' , 'wcmolpay' ), '<a href="' . get_admin_url() . 'admin.php?page=wc-settings&tab=checkout§ion=wc_molpay_gateway">', '</a>' ) . '</p>';
487
487
$message .= '</div>';
488
488
echo$message;
489
489
}
@@ -494,7 +494,7 @@ public function secret_key_missing_message() {
494
494
*/
495
495
publicfunctionaccount_type_missing_message() {
496
496
$message = '<div class="error">';
497
-
$message .= '<p>' . sprintf( __( '<strong>Gateway Disabled</strong> Select account type in Razer Merchant Services. %sClick here to configure!%s' , 'wcmolpay' ), '<a href="' . get_admin_url() . 'admin.php?page=wc-settings&tab=checkout§ion=wc_molpay_gateway">', '</a>' ) . '</p>';
497
+
$message .= '<p>' . sprintf( __( '<strong>Gateway Disabled</strong> Select account type in Fiuu. %sClick here to configure!%s' , 'wcmolpay' ), '<a href="' . get_admin_url() . 'admin.php?page=wc-settings&tab=checkout§ion=wc_molpay_gateway">', '</a>' ) . '</p>';
498
498
$message .= '</div>';
499
499
echo$message;
500
500
}
@@ -542,7 +542,7 @@ public function inquiry_status($tranID, $amount, $domain) {
542
542
}
543
543
544
544
/**
545
-
* Update Cart based on Razer Merchant Services status
545
+
* Update Cart based on Fiuu status
546
546
*
547
547
* @global mixed $woocommerce
548
548
* @param int $order_id
@@ -602,11 +602,11 @@ public function update_Cart_by_Status($orderid, $MOLPay_status, $tranID, $refere
0 commit comments