|
@@ -213,7 +213,7 @@ public class AppStoreClient {
|
|
|
|
|
|
// Make the GET request with sorting order
|
|
|
HistoryResponse a = restTemplate.exchange(
|
|
|
- "https://api.storekit-sandbox.itunes.apple.com/inApps/v2/history/{transactionId}?sort=" + sortingOrder,
|
|
|
+ "https://api.storekit.itunes.apple.com/inApps/v2/history/{transactionId}?sort=" + sortingOrder,
|
|
|
HttpMethod.GET, // Change to GET
|
|
|
new HttpEntity<>(null, httpHeaders), // No body for GET, just headers
|
|
|
HistoryResponse.class,
|