|
@@ -691,10 +691,10 @@ public class TsfMypageController extends TsfBaseController {
|
|
|
@PostMapping("/gift/use/confirm")
|
|
@PostMapping("/gift/use/confirm")
|
|
|
@ResponseBody
|
|
@ResponseBody
|
|
|
public GagaResponse getGiftcardUseConfirm(@RequestBody GiftCard giftcard) throws Exception {
|
|
public GagaResponse getGiftcardUseConfirm(@RequestBody GiftCard giftcard) throws Exception {
|
|
|
-
|
|
|
|
|
- giftcardService.getGiftcardUseConfirm(giftcard);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ giftcardService.getGiftcardUseConfirm(giftcard);
|
|
|
|
|
+
|
|
|
return super.ok(message.getMessage("SUCC_0001"));
|
|
return super.ok(message.getMessage("SUCC_0001"));
|
|
|
|
|
|
|
|
|
|
|