Hello o/
I am in the process of automating the title configuration for our projects, which implies editing the Economy V2 settings.
In doing so, I noticed a bunch of inconsistencies with the resources names, which makes it a bit more tedious but more importantly makes me doubt the settings will be properly applied. And I don't have the time to check if each route has been properly disabled.
The inconsistency I am talking about lies with the /Catalog or /Inventory prefix in the resource names.
Here are some resource names inconsistencies I fetched one by one in the response of my GetPolicy call after having unticked everything in the Economy V2 Settings dashboard.
For instance :
"pfrn:api--/Inventory/PurchaseInventoryItems",
"pfrn:api--/Catalog/TransferInventoryItems",
Or
"pfrn:api--/Catalog/RedeemNintendoEShopInventoryItems",
"pfrn:api--/Inventory/RedeemPlayStationStoreInventoryItems",
Or
"pfrn:api--/Catalog/GetInventoryCollectionIds",
"pfrn:api--/Inventory/DeleteInventoryCollection",
In all these, some resource have the /Catalog prefix while the actual api routes start with /Inventory.
Can you confirm that these settings will be properly applied despite the route inconsistency ?
I will provide the list of all the resource names I fetched and the json response from my GetPolicy call.