diff --git a/app/gateway/controller/v4/Core.php b/app/gateway/controller/v4/Core.php index 3c8d504..58bc6c3 100644 --- a/app/gateway/controller/v4/Core.php +++ b/app/gateway/controller/v4/Core.php @@ -136,6 +136,7 @@ class Core extends Controller $product = input('product'); if ($product) { $this->product = $product; + } }