Andy Clark

Results 3 issues of Andy Clark

We have an alert which we know should be pinged every hour. But not between the hours of 1am and 3am. We also have planned outages for certain systems where...

feature

Was working with the OrderAdjustmentMessage / POST_PAYMENT_ADJUSTMENT_DATA today and spotted a couple of little issues. In the XML for DirectPaymentAdjustments AdjustmentCurrencyAmount should be Amount and ItemPriceAdjustments is missing a "component"...

Was generating names like 5{Name.GetFirstName}dorf Fix is to change the # to @ in the CityNameFormat ` public override string[] CityNameFormat { get { return new[] { "#{CityPrefix} @{Name.GetFirstName}#{CitySuffix}", "#{CityPrefix}...