ファイル: src/Views/ConfirmPage/ConfirmPage.php
public function onFeesSet() { $html = $this->confirmPageWrapper(); if (empty($html)) { $this->load(); } else { $this->loadErrorAssets(); } }
使用するアイテム #使用するアイテム | 説明 |
---|---|
src/Views/ConfirmPage/ConfirmPage.php: ConfirmPage::confirmPageWrapper() | Confirm page form wrapper for LINE Pay. Displays error message if LINE Pay options validation fails |
src/Views/ConfirmPage/ConfirmPage.php: ConfirmPage::load() | Called if on confirm page and options validation succeeds. |
src/Views/ConfirmPage/ConfirmPage.php: ConfirmPage::loadErrorAssets() | Loads css for error message |