File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ public class LootLockerEndPoints
197
197
public static EndPointClass activatingARentalAsset = new EndPointClass ( "v1/asset/instance/{0}/activate" , LootLockerHTTPMethod . POST ) ;
198
198
199
199
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 ) ;
202
202
203
203
// EventTrigger
204
204
[ Header ( "EventTrigger" ) ]
You can’t perform that action at this time.
0 commit comments