EC-CUBE / coupon-plugin

GNU Lesser General Public License v2.1
11 stars 41 forks source link

ご注文情報の確認画面で、新規お届け先の追加時にシステムエラー #16

Closed chihiro-adachi closed 8 years ago

chihiro-adachi commented 8 years ago

現象

InvalidArgumentException in GenericEvent.php line 74:
Argument "Order" not found.
in GenericEvent.php line 74

再現手順

ご注文情報の確認画面で、新規お届け先の追加を行い、登録を行う

期待値

front.shopping.shipping.edit.complete では、Orderが渡ってこないため、ShoppingServiceを利用して取得する必要がある

chihiro-adachi commented 8 years ago

28 で修正