|
@@ -59,11 +59,11 @@ class OrderCancelHandler
|
|
|
'status' => 'completed',
|
|
'status' => 'completed',
|
|
|
'notes' => "订单 #{$order->increment_id} 取消,礼品卡余额已恢复",
|
|
'notes' => "订单 #{$order->increment_id} 取消,礼品卡余额已恢复",
|
|
|
]);
|
|
]);
|
|
|
- Log::channel('giftcard')->info('订单已取消,礼品卡余额已恢复', [
|
|
|
|
|
- 'order_id' => $order->id,
|
|
|
|
|
- 'giftcard_number' => $giftCardNumber,
|
|
|
|
|
- 'refunded_amount' => $refundAmount,
|
|
|
|
|
- 'remaining_amount' => $giftCard->remaining_giftcard_amount,
|
|
|
|
|
- ]);
|
|
|
|
|
|
|
+// Log::channel('giftcard')->info('订单已取消,礼品卡余额已恢复', [
|
|
|
|
|
+// 'order_id' => $order->id,
|
|
|
|
|
+// 'giftcard_number' => $giftCardNumber,
|
|
|
|
|
+// 'refunded_amount' => $refundAmount,
|
|
|
|
|
+// 'remaining_amount' => $giftCard->remaining_giftcard_amount,
|
|
|
|
|
+// ]);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|