Skip to content

Commit 94414d3

Browse files
committed
subscribe payload model changed
1 parent 2fe05ed commit 94414d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/kr/co/bootpay/model/request/SubscribePayload.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public class SubscribePayload {
66
public String billingKey; // 발급받은 빌링키
7-
public String itemName; //결제할 상품명, 결제창에 노출됨
7+
public String itemName; // 결제할 상품명, 결제창에 노출됨
88
public long price; // 결제할 상품금액
99
public int taxFree; // 면세 상품일 경우 해당만큼의 금액을 설정
1010
public String orderId; // 개발사에서 지정하는 고유주문번호
@@ -15,6 +15,6 @@ public class SubscribePayload {
1515
public String feedbackUrl; // webhook 통지시 받으실 url 주소 (localhost 사용 불가)
1616
public String feedbackContentType; // webhook 통지시 받으실 데이터 타입 (json 또는 urlencoded, 기본값 urlencoded)
1717
public SubscribeExtra extra;
18-
public String schedulerType; //정기결제 예약시
18+
public String schedulerType; //정기결제 예약시 - oneshot 으로 지정해야함.
1919
public long executeAt; //정기결제 예약시
2020
}

0 commit comments

Comments
 (0)