Skip to content

Commit

Permalink
Update AzurePetStore.java
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Nov 3, 2023
1 parent 47d228d commit f652849
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class AzurePetStore implements IAzurePetStore {
// investigate why Web Client wasnt working
private OkHttpClient client = new OkHttpClient().newBuilder().build();

private String UPDATE_CART_URL = "http://localhost:8080/api/updatecart";
private String UPDATE_CART_URL = "https://azurepetstore.com/api/updatecart";

@Override
public DPResponse updateCart(AzurePetStoreSessionInfo azurePetStoreSessionInfo, String productId) {
Expand Down

0 comments on commit f652849

Please sign in to comment.