Changeset 3196137
- Timestamp:
- 11/25/2024 07:10:15 AM (16 months ago)
- Location:
- payos/trunk
- Files:
-
- 3 edited
-
classes/class-payos.php (modified) (2 diffs)
-
payos.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
payos/trunk/classes/class-payos.php
r3194865 r3196137 786 786 throw new Exception(strval($body['desc']), intval($body['code'])); 787 787 } 788 if ($is_test_webhook) { 789 echo esc_html__('Webhook delivered successfully', 'payos'); 790 die(); 791 } 788 792 $transaction = $body['data']; 789 793 $order_code = $transaction['orderCode']; … … 802 806 } 803 807 throw new Exception(__('Data not integrity', 'payos')); 804 }805 if ($is_test_webhook) {806 echo esc_html__('Webhook delivered successfully', 'payos');807 die();808 808 } 809 809 // --------------------------------------------------------- -
payos/trunk/payos.php
r3194865 r3196137 10 10 * Requires Plugins: woocommerce 11 11 * Domain Path: /languages 12 * Version: 1.0.6 12 * Version: 1.0.61 13 13 * Tested up to: 6.6 14 14 * License: GNU General Public License v3.0 … … 17 17 18 18 defined('ABSPATH') or exit; 19 define('PAYOS_GATEWAY_VERSION', '1.0.6 ');19 define('PAYOS_GATEWAY_VERSION', '1.0.61'); 20 20 define('PAYOS_GATEWAY_URL', untrailingslashit(plugins_url(basename(plugin_dir_path(__FILE__)), basename(__FILE__)))); 21 21 define('PAYOS_GATEWAY_PATH', untrailingslashit(plugin_dir_path(__FILE__))); -
payos/trunk/readme.txt
r3194865 r3196137 5 5 Requires at least: 4.7 6 6 Tested up to: 6.6 7 Stable tag: 1.0.6 8 Version: 1.0.6 7 Stable tag: 1.0.61 8 Version: 1.0.61 9 9 Requires PHP: 7.0 10 10 License: GNU General Public License v3.0
Note: See TracChangeset
for help on using the changeset viewer.