From cc48ef27707e2abba06963dae25496669bf0d55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=82=98=EC=83=81=EC=97=B0?= Date: Thu, 31 Jul 2025 09:11:13 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20tossPay=20=EC=97=94=ED=8B=B0=ED=8B=B0?= =?UTF-8?q?=20=EC=BB=AC=EB=9F=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../threestar/trainus/domain/payment/entity/TossPayment.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/threestar/trainus/domain/payment/entity/TossPayment.java b/src/main/java/com/threestar/trainus/domain/payment/entity/TossPayment.java index cb1ef177..ab5be44d 100644 --- a/src/main/java/com/threestar/trainus/domain/payment/entity/TossPayment.java +++ b/src/main/java/com/threestar/trainus/domain/payment/entity/TossPayment.java @@ -27,7 +27,7 @@ public class TossPayment { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) - private Long tossPaymentId; + private Long id; @Column(nullable = false, unique = true) private String paymentKey;