We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cbde274 + a65e07b commit a87c5e2Copy full SHA for a87c5e2
1 file changed
data/class/pages/mypage/LC_Page_Mypage_Delivery.php
@@ -33,6 +33,9 @@ class LC_Page_Mypage_Delivery extends LC_Page_AbstractMypage_Ex
33
/** @var array */
34
public $arrOtherDeliv;
35
36
+ /** POST に限定する mode */
37
+ public $arrLimitPostMode = ['delete'];
38
+
39
/**
40
* Page を初期化する.
41
*
0 commit comments