Changeset 3250592
- Timestamp:
- 03/04/2025 05:10:16 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bulletproof-checkout-lite/trunk/includes/class-wc-bulletproof-webhook.php
r3250590 r3250592 46 46 if ($order && ($current_order_status === 'pending' || $current_order_status === 'Pending payment' || $current_order_status === 'failed' || $current_order_status === 'cancelled' || $current_order_status === 'Failed' || $current_order_status === 'Canceled')) { 47 47 if ($status_after_order_completed != "") { 48 $the_msg = 'Status updated by the BulletProof Plugin from Pendingto ' . $status_after_order_completed;48 $the_msg = 'Status updated by the BulletProof Plugin from '.$current_order_status.' to ' . $status_after_order_completed; 49 49 $order->update_status($status_after_order_completed, __($the_msg, 'bulletproof-checkout-lite')); 50 50 }
Note: See TracChangeset
for help on using the changeset viewer.