|
|
@@ -190,6 +190,10 @@ class Airwallex extends Payment
|
|
|
if ($order->canInvoice()) {
|
|
|
$this->invoiceRepository->create($this->prepareInvoiceData($order));
|
|
|
}
|
|
|
+ Log::channel('payment')->info('airwallex paymentSucceeded', [
|
|
|
+ 'order_increment_id' => $order->increment_id,
|
|
|
+ 'order_id' => $order->id
|
|
|
+ ]);
|
|
|
}
|
|
|
/**
|
|
|
* Prepares order's invoice data for creation.
|