-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Enhance getting the saved token for the user - Add note to the Order if the Subscription failed - Methods only available in checkout page - Subscription always use the tokenization - Refactoring
- Loading branch information
Showing
2 changed files
with
74 additions
and
19 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
* 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.3 | ||
* Version: 4.5.4 | ||
* Requires PHP: 7.0 | ||
* Author: PayTabs | ||
* Author URI: [email protected] | ||
|
@@ -20,7 +20,7 @@ | |
} | ||
|
||
|
||
define('PAYTABS_PAYPAGE_VERSION', '4.5.3'); | ||
define('PAYTABS_PAYPAGE_VERSION', '4.5.4'); | ||
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"); | ||
|