@@ -837,7 +837,9 @@ class PetProc {
}
UserProc::updateUserInfo();
- return Resp::ok(array());
+ return Resp::ok(array(
+ 'store' => ctx()->store,
+ ));
/**