Changeset 3406497
- Timestamp:
- 12/01/2025 07:08:41 AM (4 months ago)
- Location:
- antom-payments/trunk
- Files:
-
- 3 edited
-
antom-payments-gateway.php (modified) (1 diff)
-
includes/gateways/class-wc-gateway-antom-payments.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
antom-payments/trunk/antom-payments-gateway.php
r3403622 r3406497 6 6 * Author: Antom 7 7 * Author URI: https://www.antom.com/ 8 * Version: 1.0.1 48 * Version: 1.0.15 9 9 * Text Domain: antom-payments 10 10 * Domain Path: /languages -
antom-payments/trunk/includes/gateways/class-wc-gateway-antom-payments.php
r3403622 r3406497 391 391 $request->set_payment_redirect_url( $callback_url ); 392 392 393 $payment_notify_url = antom_get_notify_url( 'payment' ); // 或者直接省略参数,默认就是 payment 394 $request->set_payment_notify_url( $payment_notify_url ); 395 393 396 $terminal_type = 'WEB'; 394 397 if ( wp_is_mobile() ) { -
antom-payments/trunk/readme.txt
r3403622 r3406497 5 5 Tested up to: 6.6 6 6 Requires PHP: 7.2 7 Stable tag: 1.0.1 47 Stable tag: 1.0.15 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 84 84 v1.0.14 24th November 2025 85 85 - Added Hosted Checkout support and refreshed the plugin’s UI for a smoother, more intuitive payment experience 86 87 v1.0.15 30th November 2025 88 - Fix Hosted Checkout problem
Note: See TracChangeset
for help on using the changeset viewer.