Capture additional CIECA information.
This commit is contained in:
@@ -55,9 +55,9 @@ namespace RomeOnlinePartner.Utils
|
||||
{
|
||||
IsTest = true;
|
||||
|
||||
graphQlEndpoint = "https://db.test.bodyshop.app/v1/graphql";
|
||||
RestClient = new RestClient("https://api.test.imex.online");
|
||||
FirebaseAPIKey = "AIzaSyBw7_GTy7GtQyfkIRPVrWHEGKfcqeyXw0c";
|
||||
graphQlEndpoint = "https://db.test.romeonline.io/v1/graphql";
|
||||
RestClient = new RestClient("https://api.test.romeonline.io");
|
||||
FirebaseAPIKey = "AIzaSyAuLQR9SV5LsVxjU8wh9hvFLdhcAHU6cxE";
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user