We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e32c92 commit c000a44Copy full SHA for c000a44
src/main/kotlin/com/ecwid/apiclient/v3/StoreProfileApiClient.kt
@@ -16,7 +16,7 @@ interface StoreProfileApiClient {
16
fun getLatestStats(request: LatestStatsRequest): FetchedLatestStats
17
fun getShippingOptions(request: ShippingOptionsRequest): ShippingOptionsResult
18
19
- // fun addShippingOption()
+ // fun addShippingOption() dummy comment
20
// fun updateShippingOption()
21
fun getPaymentOptions(request: PaymentOptionsRequest): PaymentOptionsResult
22
fun createPaymentOption(request: PaymentOptionCreateRequest): PaymentOptionCreateResult
0 commit comments