parent
25fd03c3c7
commit
fdbe7120c0
|
|
@ -94,9 +94,10 @@ class CheckoutService
|
|||
$this->updateGuestPaymentAddress($guestPaymentAddress);
|
||||
}
|
||||
|
||||
$data = $this->checkoutData();
|
||||
hook_action('service.checkout.update.after', ['request_data' => $requestData, 'checkout' => $this]);
|
||||
|
||||
return $this->checkoutData();
|
||||
return $data;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue