Changeset 3294868
- Timestamp:
- 05/16/2025 03:31:42 PM (11 months ago)
- Location:
- planet-pay-payment
- Files:
-
- 2 edited
- 1 copied
-
tags/5.0.15 (copied) (copied from planet-pay-payment/trunk)
-
tags/5.0.15/src/View/MetaBox/OrderNotificationMetaBox.php (modified) (1 diff)
-
trunk/src/View/MetaBox/OrderNotificationMetaBox.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
planet-pay-payment/tags/5.0.15/src/View/MetaBox/OrderNotificationMetaBox.php
r3290342 r3294868 77 77 78 78 if (!$order_id || !wc_get_order($order_id)) { 79 wp_die(esc_html__('Order not found or invalid.', 'planet-pay-payment'));79 return 0; 80 80 } 81 81 -
planet-pay-payment/trunk/src/View/MetaBox/OrderNotificationMetaBox.php
r3290342 r3294868 77 77 78 78 if (!$order_id || !wc_get_order($order_id)) { 79 wp_die(esc_html__('Order not found or invalid.', 'planet-pay-payment'));79 return 0; 80 80 } 81 81
Note: See TracChangeset
for help on using the changeset viewer.