Skip to content

Commit

Permalink
Pass force as by default it goes to trash which is not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
kidinov committed Jan 21, 2025
1 parent 3c1a3a9 commit 118cd32
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ class CustomerRestClient @Inject constructor(private val wooNetwork: WooNetwork)
val response = wooNetwork.executeDeleteGsonRequest(
site = site,
path = url,
params = mapOf("force" to true.toString()),
clazz = CustomerDTO::class.java
)

Expand Down

0 comments on commit 118cd32

Please sign in to comment.