関数
PayAndShip::loadCustomAssets()
Binds address change to our custom address error buttons
戻り値 戻り値
ファイル: src/Views/CheckoutReview/PayAndShip/PayAndShip.php
protected function loadCustomAssets() { if (!empty($this->checkoutDetailsComp->getAddressError())) { (new ChangeActions($this->module))->load( $this->checkoutDetailsComp->getCheckoutSessionId(), ['updateShippingAddressButton1', 'updateShippingAddressButton2'] ); } }