Plugin Directory

Changeset 3406497


Ignore:
Timestamp:
12/01/2025 07:08:41 AM (4 months ago)
Author:
antomintegration
Message:

Release version 1.0.15

Location:
antom-payments/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • antom-payments/trunk/antom-payments-gateway.php

    r3403622 r3406497  
    66 * Author: Antom
    77 * Author URI: https://www.antom.com/
    8  * Version: 1.0.14
     8 * Version: 1.0.15
    99 * Text Domain: antom-payments
    1010 * Domain Path: /languages
  • antom-payments/trunk/includes/gateways/class-wc-gateway-antom-payments.php

    r3403622 r3406497  
    391391        $request->set_payment_redirect_url( $callback_url );
    392392
     393        $payment_notify_url = antom_get_notify_url( 'payment' ); // 或者直接省略参数,默认就是 payment
     394        $request->set_payment_notify_url( $payment_notify_url );
     395
    393396        $terminal_type = 'WEB';
    394397        if ( wp_is_mobile() ) {
  • antom-payments/trunk/readme.txt

    r3403622 r3406497  
    55Tested up to: 6.6
    66Requires PHP: 7.2
    7 Stable tag: 1.0.14
     7Stable tag: 1.0.15
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8484v1.0.14 24th November 2025
    8585- Added Hosted Checkout support and refreshed the plugin’s UI for a smoother, more intuitive payment experience
     86
     87v1.0.15 30th November 2025
     88- Fix Hosted Checkout problem
Note: See TracChangeset for help on using the changeset viewer.