File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/base/controllers/Admin/Json Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ protected function getJsonData(): array
6262 $ cartsController = $ this ->containerMake (Carts::class);
6363 $ form = $ cartsController ->getForm ();
6464
65- $ form ->setAction ($ this ->getUrl ('admin.carts ' ) . '?action= ' . $ this ->getRequest ()->query ->get ('action ' ).'&cart_id= ' .$ this ->getRequest ()->query ->get ('cart_id ' ));
65+ $ form ->setAction ($ this ->getUrl ('admin.commerce. carts ' ) . '?action= ' . $ this ->getRequest ()->query ->get ('action ' ).'&cart_id= ' .$ this ->getRequest ()->query ->get ('cart_id ' ));
6666 $ form ->addField (
6767 'cart_id ' ,
6868 [
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ function ($el) {
8080 $ cartsController = $ this ->containerMake (Carts::class);
8181 $ form = $ cartsController ->getForm ();
8282
83- $ form ->setAction ($ this ->getUrl ('admin.carts ' ) . '?action= ' . $ this ->getRequest ()->query ->get ('action ' ).'&cart_id= ' .$ this ->getRequest ()->query ->get ('cart_id ' ));
83+ $ form ->setAction ($ this ->getUrl ('admin.commerce. carts ' ) . '?action= ' . $ this ->getRequest ()->query ->get ('action ' ).'&cart_id= ' .$ this ->getRequest ()->query ->get ('cart_id ' ));
8484 $ form ->addField (
8585 'cart_id ' ,
8686 [
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ protected function getJsonData(): array
6262 $ cartsController = $ this ->containerMake (Carts::class);
6363 $ form = $ cartsController ->getForm ();
6464
65- $ form ->setAction ($ this ->getUrl ('admin.carts ' ) . '?action= ' . $ this ->getRequest ()->query ->get ('action ' ).'&cart_id= ' .$ this ->getRequest ()->query ->get ('cart_id ' ));
65+ $ form ->setAction ($ this ->getUrl ('admin.commerce. carts ' ) . '?action= ' . $ this ->getRequest ()->query ->get ('action ' ).'&cart_id= ' .$ this ->getRequest ()->query ->get ('cart_id ' ));
6666 $ form ->addField (
6767 'cart_id ' ,
6868 [
You can’t perform that action at this time.
0 commit comments