-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
改正商取引法の施行に伴うECカート「最終確認画面」表示項目の変更[#5304]について #5399
Conversation
fixtureも追加。
チェックはNGの場合、改正商取引法内容を表示しない。 上記の件の更新でUTも更新しました。
|
||
class TradeLawController extends AbstractController | ||
{ | ||
private TradeLawRepository $tradeLawRepository; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
他の Controller に合わせて protected でお願いします
/** | ||
* @var TradeLawRepository | ||
*/ | ||
private TradeLawRepository $tradeLawRepository; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
他の Controller に合わせて protected でお願いします
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
了解いたしました。ShoppingControllerクラスの変数と合わせて変数定義 [例 TradeLawRepository] を削除した方が良いでしょうか?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
private TradeLawRepository $tradeLawRepository; | |
protected $tradeLawRepository; |
src/Eccube/Controller/Admin/Setting/Shop/TradeLawController.php
Outdated
Show resolved
Hide resolved
- 文字列 `"false"` だと SQLite3 で true と判定されてしまう
@sai-gillingham ご対応ありがとうございます! SQLite3 でテストが落ちていたので修正したのと、フロント側の特定商取引法のページを追加しました |
@sai-gillingham |
概要(Overview・Refs Issue)
[#5304]
改正商取引法の施行に伴うECカート「最終確認画面」表示項目の変更
方針(Policy)
実装に関する補足(Appendix)
テスト(Test)
相談(Discussion)
マイナーバージョン互換性保持のための制限事項チェックリスト
レビュワー確認項目