Changeset 3395462
- Timestamp:
- 11/14/2025 04:18:12 AM (5 months ago)
- Location:
- payos/tags/1.0.7
- Files:
-
- 5 edited
- 1 copied
-
. (copied) (copied from payos/trunk)
-
assets/img/payos.png (modified) (previous)
-
assets/img/payos_crop.png (modified) (previous)
-
classes/class-payos.php (modified) (2 diffs)
-
payos.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
payos/tags/1.0.7/classes/class-payos.php
r3196137 r3395462 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 }792 788 $transaction = $body['data']; 793 789 $order_code = $transaction['orderCode']; … … 806 802 } 807 803 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/tags/1.0.7/payos.php
r3196137 r3395462 10 10 * Requires Plugins: woocommerce 11 11 * Domain Path: /languages 12 * Version: 1.0. 6113 * Tested up to: 6. 612 * Version: 1.0.7 13 * Tested up to: 6.8 14 14 * License: GNU General Public License v3.0 15 15 */ … … 17 17 18 18 defined('ABSPATH') or exit; 19 define('PAYOS_GATEWAY_VERSION', '1.0.6 1');19 define('PAYOS_GATEWAY_VERSION', '1.0.6'); 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/tags/1.0.7/readme.txt
r3196137 r3395462 4 4 Tags: payos, vietqr, casso, woocommerce, payment 5 5 Requires at least: 4.7 6 Tested up to: 6. 67 Stable tag: 1.0. 618 Version: 1.0. 616 Tested up to: 6.8 7 Stable tag: 1.0.7 8 Version: 1.0.7 9 9 Requires PHP: 7.0 10 10 License: GNU General Public License v3.0 … … 95 95 * Added: Add option for refresh page after payment success. 96 96 97 = 1.0.7 + 98 * Update: Update assets. 99 97 100 == Upgrade Notice == 98 101
Note: See TracChangeset
for help on using the changeset viewer.