Skip to content

Commit

Permalink
Mada logo (#18)
Browse files Browse the repository at this point in the history
* Update Mada logo (svg)
  • Loading branch information
wajihkm authored Sep 20, 2021
1 parent 7b05154 commit 77a017c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
Binary file removed icons/mada.png
Binary file not shown.
1 change: 1 addition & 0 deletions icons/mada.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions includes/paytabs_gateways.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ class WC_Gateway_Paytabs_Mada extends WC_Gateway_Paytabs
protected $_code = 'mada';
protected $_title = 'PayTabs - Mada';
protected $_description = 'PayTabs - Mada payment method';

protected $_icon = "mada.svg";
}

class WC_Gateway_Paytabs_Stcpay extends WC_Gateway_Paytabs
Expand Down
6 changes: 3 additions & 3 deletions paytabs-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
* Plugin Name: PayTabs - WooCommerce Payment Gateway
* Plugin URI: https://paytabs.com/
* Description: PayTabs is a <strong>3rd party payment gateway</strong>. Ideal payment solutions for your internet business.
* Version: 4.5.0
* Version: 4.5.1
* Requires PHP: 7.0
* Author: PayTabs
* Author URI: [email protected]
* Revision Date: 16/September/2021
* Revision Date: 20/September/2021
*/

if (!function_exists('add_action')) {
exit;
}


define('PAYTABS_PAYPAGE_VERSION', '4.5.0');
define('PAYTABS_PAYPAGE_VERSION', '4.5.1');
define('PAYTABS_PAYPAGE_DIR', plugin_dir_path(__FILE__));
define('PAYTABS_PAYPAGE_ICONS_URL', plugins_url("icons/", __FILE__));
define('PAYTABS_DEBUG_FILE', WP_CONTENT_DIR . "/debug_paytabs.log");
Expand Down

0 comments on commit 77a017c

Please sign in to comment.