Skip to content

Commit

Permalink
correct http path
Browse files Browse the repository at this point in the history
  • Loading branch information
shtukas committed Oct 21, 2024
1 parent 1f47c38 commit 96d20bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ object ZuoraLive {

retry(
post[Unit](
path = s"v1/orders/",
path = s"orders",
body = write(payload)
).mapBoth(
e =>
Expand Down

0 comments on commit 96d20bb

Please sign in to comment.