콘텐츠 상세, 콘텐츠 구매
- pg 테스트 계정의 경우 캔이 아닌 원으로 표시되도록 하고 콘텐츠 구매시 바로 결제 후 구매 되도록 수정
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// CanChargeTempRequest.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 5/20/24.
|
||||
//
|
||||
|
||||
struct CanChargeTempRequest: Encodable {
|
||||
let can: Int
|
||||
let price: Int
|
||||
let paymentGateway: PaymentGateway
|
||||
}
|
Reference in New Issue
Block a user