Plugin Directory

Changeset 3395462


Ignore:
Timestamp:
11/14/2025 04:18:12 AM (5 months ago)
Author:
locbt
Message:

Tagging version 1.0.7

Location:
payos/tags/1.0.7
Files:
5 edited
1 copied

Legend:

Unmodified
Added
Removed
  • payos/tags/1.0.7/classes/class-payos.php

    r3196137 r3395462  
    786786                throw new Exception(strval($body['desc']), intval($body['code']));
    787787            }
    788             if ($is_test_webhook) {
    789                 echo esc_html__('Webhook delivered successfully', 'payos');
    790                 die();
    791             }
    792788            $transaction = $body['data'];
    793789            $order_code = $transaction['orderCode'];
     
    806802                }
    807803                throw new Exception(__('Data not integrity', 'payos'));
     804            }
     805            if ($is_test_webhook) {
     806                echo esc_html__('Webhook delivered successfully', 'payos');
     807                die();
    808808            }
    809809            // ---------------------------------------------------------
  • payos/tags/1.0.7/payos.php

    r3196137 r3395462  
    1010 * Requires Plugins: woocommerce
    1111 * Domain Path: /languages
    12  * Version: 1.0.61
    13  * Tested up to: 6.6
     12 * Version: 1.0.7
     13 * Tested up to: 6.8
    1414 * License: GNU General Public License v3.0
    1515 */
     
    1717
    1818defined('ABSPATH') or exit;
    19 define('PAYOS_GATEWAY_VERSION', '1.0.61');
     19define('PAYOS_GATEWAY_VERSION', '1.0.6');
    2020define('PAYOS_GATEWAY_URL', untrailingslashit(plugins_url(basename(plugin_dir_path(__FILE__)), basename(__FILE__))));
    2121define('PAYOS_GATEWAY_PATH', untrailingslashit(plugin_dir_path(__FILE__)));
  • payos/tags/1.0.7/readme.txt

    r3196137 r3395462  
    44Tags: payos, vietqr, casso, woocommerce, payment
    55Requires at least: 4.7
    6 Tested up to: 6.6
    7 Stable tag: 1.0.61
    8 Version: 1.0.61
     6Tested up to: 6.8
     7Stable tag: 1.0.7
     8Version: 1.0.7
    99Requires PHP: 7.0
    1010License: GNU General Public License v3.0
     
    9595* Added: Add option for refresh page after payment success.
    9696
     97= 1.0.7 +
     98* Update: Update assets.
     99
    97100== Upgrade Notice ==
    98101
Note: See TracChangeset for help on using the changeset viewer.