Rome Online White Labelling.

This commit is contained in:
Patrick Fic
2023-02-24 15:51:37 -08:00
parent 90202e2d3c
commit 86fc13ce7f
66 changed files with 173 additions and 229 deletions

View File

@@ -10,7 +10,7 @@ using System.IO;
using System.Timers;
using RestSharp;
namespace BodyshopPartner.Utils
namespace RomeOnlinePartner.Utils
{
public static class PPGMixData
{
@@ -194,7 +194,7 @@ v_paint_codes
new XElement("TransactionDate", DateTime.Now.ToString("yyyy-MM-hh:mm:ss"))
),
new XElement("Product",
new XElement("Name", "ImEX Online"),
new XElement("Name", "Rome Online"),
new XElement("Version", null)
)