Releases: paytabscom/paytabs-woocommerce
Releases · paytabscom/paytabs-woocommerce
3.5.1
Hide options:
(hide personal info, hide billing, hide view invoice)
3.3.0
Paytabs SDK (#6)
* Version 2:
- Move paytabs API's calls to one place
- Make paytabs_core which considers as an paytabs SDK
* bug fix
init paytabs instance for exact payment method
* PayTabs SDK improvements
* SDK: add Tokenization logic
* update version info
3.2.1
Total amount issue:
Fix try: Round total amount to sums of items.
3.1.9
log Paytabs messages into separate file
3.1.8
add missing ISO code for PALESTINE
3.1.7
add Log messages.
To Enabel Debug in your WordPress site:
open wp-config.php
:
add the following:
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_DISPLAY', false );
define( 'WP_DEBUG_LOG', true );