We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e32c92 commit 16cd424Copy full SHA for 16cd424
1 file changed
src/main/kotlin/com/ecwid/apiclient/v3/StoreProfileApiClient.kt
@@ -15,7 +15,7 @@ interface StoreProfileApiClient {
15
fun updateStoreProfile(request: StoreProfileUpdateRequest): StoreProfileUpdateResult
16
fun getLatestStats(request: LatestStatsRequest): FetchedLatestStats
17
fun getShippingOptions(request: ShippingOptionsRequest): ShippingOptionsResult
18
-
+ // just trig the pull request
19
// fun addShippingOption()
20
// fun updateShippingOption()
21
fun getPaymentOptions(request: PaymentOptionsRequest): PaymentOptionsResult
0 commit comments