feat(character-gallery): 이미지 구매 기능 추가
This commit is contained in:
@@ -40,4 +40,8 @@ final class CharacterDetailGalleryRepository {
|
||||
)
|
||||
)
|
||||
}
|
||||
|
||||
func purchaseCharacterImage(imageId: Int) -> AnyPublisher<Response, MoyaError> {
|
||||
return characterApi.requestPublisher(.purchaseCharacterImage(imageId: imageId))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user