!112 service.checkout.update.after hook
* service.checkout.update.after
This commit is contained in:
parent
0c18aedbb1
commit
25fd03c3c7
|
|
@ -94,7 +94,7 @@ class CheckoutService
|
||||||
$this->updateGuestPaymentAddress($guestPaymentAddress);
|
$this->updateGuestPaymentAddress($guestPaymentAddress);
|
||||||
}
|
}
|
||||||
|
|
||||||
hook_action('service.checkout.update.after', ['request_data' => $requestData, 'cart' => $this->cart]);
|
hook_action('service.checkout.update.after', ['request_data' => $requestData, 'checkout' => $this]);
|
||||||
|
|
||||||
return $this->checkoutData();
|
return $this->checkoutData();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue