Added STL and TTL decoding.

This commit is contained in:
Patrick Fic
2020-02-12 09:50:47 -08:00
parent 8cdb41f59b
commit 49781173ee
4 changed files with 65 additions and 78 deletions

View File

@@ -91,7 +91,7 @@ namespace BodyshopUploader.Utils
}",
Variables = new
{
key = "CA_BC_ciecaopcodes"
key = AppMetaData.ShopRegion + "_ciecaopcodes"
}
};
var data = await Utils.GraphQL.ExecuteQuery(r);