Skip to content

Commit 63f9c47

Browse files
authored
Merge pull request #1213 from nanasess/add-LC_Page_Admin_Order_Edit_Ex
LC_Page_Admin_Order_Edit_Ex が存在しない場合、ソニーペイメントで K14 エラーとなってしまう
2 parents 2df1730 + 181bc51 commit 63f9c47

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

data/class_extends/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ EC-CUBE2.17.2 までは、 [data/class](../class/) 以下すべてのクラス
4444
- [data/class_extends/SC_FormParam_Ex.php](SC_FormParam_Ex.php)
4545
- [data/class_extends/page_extends/admin/ownersstore/LC_Page_Admin_OwnersStore_Ex.php](LC_Page_Admin_OwnersStore_Ex.php)
4646
- [data/class_extends/plugin_extends/SC_Plugin_Util_Ex.php](SC_Plugin_Util_Ex.php)
47+
- [data/class_extends/page_extends/admin/order/LC_Page_Admin_Order_Edit_Ex.php](LC_Page_Admin_Order_Edit_Ex.php)

data/class_extends/page_extends/admin/order/.gitkeep

Whitespace-only changes.
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?php
2+
/*
3+
* This file is part of EC-CUBE
4+
*
5+
* Copyright(c) EC-CUBE CO.,LTD. All Rights Reserved.
6+
*
7+
* http://www.ec-cube.co.jp/
8+
*
9+
* This program is free software; you can redistribute it and/or
10+
* modify it under the terms of the GNU General Public License
11+
* as published by the Free Software Foundation; either version 2
12+
* of the License, or (at your option) any later version.
13+
*
14+
* This program is distributed in the hope that it will be useful,
15+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
16+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17+
* GNU General Public License for more details.
18+
*
19+
* You should have received a copy of the GNU General Public License
20+
* along with this program; if not, write to the Free Software
21+
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
22+
*/
23+
24+
require_once CLASS_REALDIR.'pages/admin/order/LC_Page_Admin_Order_Edit.php';
25+
26+
/*
27+
* 決済モジュールやプラグイン、 user_data 以下の PHP で require されているため削除しないでください
28+
*/
29+
30+
class LC_Page_Admin_Order_Edit_Ex extends LC_Page_Admin_Order_Edit
31+
{
32+
}

0 commit comments

Comments
 (0)