-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
108 additions
and
102 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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<?php | ||
|
||
/** | ||
* @package MPesa For WooCommerce | ||
* @package MPesa For WooCommerce | ||
* @subpackage WooCommerce Functions | ||
* @author Osen Concepts < [email protected] > | ||
* @since 0.18.01 | ||
|
@@ -169,6 +169,13 @@ public function init_form_fields() | |
'default' => __('bfb279f9aa9bdbcf158e97dd71a467cd2e0c893059b10f78e6b72ada1ed2c919', 'woocommerce'), | ||
'desc_tip' => true, | ||
), | ||
'resend' => array( | ||
'title' => __('Resend STK Button Text', 'woocommerce'), | ||
'type' => 'text', | ||
'description' => __('Text description for resend STK prompt button', 'woocommerce'), | ||
'default' => __('Resend STK Push', 'woocommerce'), | ||
'desc_tip' => true, | ||
), | ||
'description' => array( | ||
'title' => __('Method Description', 'woocommerce'), | ||
'type' => 'textarea', | ||
|
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 |
---|---|---|
|
@@ -3,13 +3,13 @@ | |
/** | ||
* @package Mpesa For WooCommerce | ||
* @author Osen Concepts < [email protected] > | ||
* @version 1.20.77 | ||
* @version 1.20.78 | ||
* | ||
* Plugin Name: MPesa For WooCommerce | ||
* Plugin URI: https://wc-mpesa.osen.co.ke/ | ||
* Description: This plugin extends WordPress and WooCommerce functionality to integrate <cite>Mpesa</cite> for making and receiving online payments. | ||
* Author: Osen Concepts Kenya < [email protected] > | ||
* Version: 1.20.77 | ||
* Version: 1.20.78 | ||
* Author URI: https://osen.co.ke/ | ||
* | ||
* Requires at least: 4.6 | ||
|
@@ -42,7 +42,7 @@ | |
exit; | ||
} | ||
|
||
define('WCM_VER', '1.20.5'); | ||
define('WCM_VER', '1.20.7'); | ||
if (!defined('WCM_PLUGIN_FILE')) { | ||
define('WCM_PLUGIN_FILE', __FILE__); | ||
} | ||
|
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