From 2cddc3e8fdec673fe0fb20e32ee544219b1cadc3 Mon Sep 17 00:00:00 2001 From: gsd Date: Wed, 8 Mar 2023 13:04:44 +0300 Subject: [PATCH] =?UTF-8?q?=D1=8F=20=D0=BF=D0=B5=D1=80=D0=B5=D0=B4=D1=83?= =?UTF-8?q?=D0=BC=D0=B0=D0=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/app/controllers/user/ProfileController.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/app/controllers/user/ProfileController.java b/src/main/java/app/controllers/user/ProfileController.java index 7228e71..bc917c9 100644 --- a/src/main/java/app/controllers/user/ProfileController.java +++ b/src/main/java/app/controllers/user/ProfileController.java @@ -74,9 +74,8 @@ public class ProfileController { } @GetMapping("/buyvip") - @CheckWebAccess(auth_method = AuthMethod.STEAM64) public ResponseEntity BuyVIP(HttpServletRequest request, - @CookieValue(value = "steam64", defaultValue = "") String steam64, + @RequestParam(value = "steam64", defaultValue = "") String steam64, @RequestParam String buy_type, @RequestParam(required = false, defaultValue = "") Integer cost) { switch (buy_type) {