Skip to content

Commit 1dfc017

Browse files
Erik Bylundkirre-bylund
authored andcommitted
Change url of redeem endpoints to be store/[store]/redeem
1 parent a44fe4b commit 1dfc017

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtime/Client/LootLockerEndPoints.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,8 +197,8 @@ public class LootLockerEndPoints
197197
public static EndPointClass activatingARentalAsset = new EndPointClass("v1/asset/instance/{0}/activate", LootLockerHTTPMethod.POST);
198198

199199
public static EndPointClass purchaseCatalogItem = new EndPointClass("purchase", LootLockerHTTPMethod.POST);
200-
public static EndPointClass redeemAppleAppStorePurchase = new EndPointClass("redeem/store/apple", LootLockerHTTPMethod.POST);
201-
public static EndPointClass redeemGooglePlayStorePurchase = new EndPointClass("redeem/store/google", LootLockerHTTPMethod.POST);
200+
public static EndPointClass redeemAppleAppStorePurchase = new EndPointClass("store/apple/redeem", LootLockerHTTPMethod.POST);
201+
public static EndPointClass redeemGooglePlayStorePurchase = new EndPointClass("store/google/redeem", LootLockerHTTPMethod.POST);
202202

203203
// EventTrigger
204204
[Header("EventTrigger")]

0 commit comments

Comments
 (0)