Skip to content

Commit

Permalink
Merge pull request #13297 from woocommerce/issue/12437-update-origin-…
Browse files Browse the repository at this point in the history
…address-endpoint

Update origin address endpoint
  • Loading branch information
atorresveiga authored Jan 14, 2025
2 parents 069f146 + 79b512a commit 3222339
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class WooShippingLabelRestClient @Inject constructor(
suspend fun fetchOriginAddresses(
site: SiteModel,
): WooPayload<Array<OriginAddressDTO>> {
val url = "/wcshipping/v1/origin-addresses/"
val url = "/wcshipping/v1/address/origins"
return wooNetwork.executeGetGsonRequest(
site = site,
path = url,
Expand Down

0 comments on commit 3222339

Please sign in to comment.