Skip to content

Commit

Permalink
fix: littles corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
epoundor committed Mar 22, 2024
1 parent 57c063d commit 2ba5933
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions includes/class-wc-kkiapay-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ public function __construct()
// $this->refund = $this->get_option('refund');
$this->title = array_key_exists('title', $this->settings) ? $this->settings['title'] : '';
$this->method_title = 'Kkiapay';
$this->description = "<div class='kkiapay-payment-method'>
Moov Money, MTN Money, Orange Money, TMoney, FreeMoney, Wave, Visa, Mastercard
</div>";
$this->method_description = array_key_exists('description', $this->settings) ? $this->settings['description'] : '';
$this->public_key = $this->get_option('public_key');
$this->private_key = $this->get_option('private_key');
Expand Down
4 changes: 2 additions & 2 deletions kkiapay-woocommerce-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author: Kkiapay Developer Team ❤️
* Author URI: https://kkiapay.me/
* License: GPLv2
* Version: 2.4.4
* Version: 2.4.5
* Requires at least: 6.0
* Tested up to: 6.4.3
* WC requires at least: 6.0
Expand All @@ -17,7 +17,7 @@
*/

define('WC_KKIAPAY_MAIN_FILE', __FILE__);
define('WC_KKIAPAY_VERSION', '2.4.4');
define('WC_KKIAPAY_VERSION', '2.4.5');

// Make sure WooCommerce is active
if (!in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))))
Expand Down
Binary file modified kkiapay-woocommerce.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: credit card, mobile money, africa payment,online payment, swift payment, b
Requires at least: 6.0
Tested up to: 6.4.3
Requires PHP: 7.4
Stable tag: 2.4.4
Stable tag: 2.4.5
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 2ba5933

Please sign in to comment.