Skip to content

Commit 5fdd536

Browse files
committed
feature: 결제 도메인 관련 컴포넌트 추가 (카드 타입 PG simulator랑 맞춤)
1 parent f30b964 commit 5fdd536

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • apps/commerce-api/src/main/java/com/loopers/domain/payment
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package com.loopers.domain.payment;
2+
3+
public enum CardType {
4+
SAMSUNG,
5+
KB,
6+
HYUNDAI
7+
}

0 commit comments

Comments
 (0)