Changeset 3290374
- Timestamp:
- 05/09/2025 09:56:30 AM (11 months ago)
- Location:
- blockbolt-payments
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
blockbolt-payments/tags/1.0.1/includes/class-blockbolt-payments-gateway.php
r3249698 r3290374 212 212 213 213 // Mark as on-hold 214 $order->update_status('on-hold', __('Awaiting payment', 'blockbolt-payments'));214 //$order->update_status('on-hold', __('Awaiting payment', 'blockbolt-payments')); 215 215 216 216 // Reduce stock levels -
blockbolt-payments/trunk/includes/class-blockbolt-payments-gateway.php
r3241641 r3290374 212 212 213 213 // Mark as on-hold 214 $order->update_status('on-hold', __('Awaiting payment', 'blockbolt-payments'));214 //$order->update_status('on-hold', __('Awaiting payment', 'blockbolt-payments')); 215 215 216 216 // Reduce stock levels
Note: See TracChangeset
for help on using the changeset viewer.