Hi,
I tried to call CustomerOrderHandling.CustomerOrder_ManualCreditCheck to see whether the order is blocked by credit reason. But I noticed one thing.
- Order in site A, it is not blocked, then BlockReason is “FALSE”
- Order in site B, it is not blocked, then BlockReason is null.
I would like to know both “FALSE” and null means the order is not blocked? Are there any other values will be that? Or how to decide the order is not blocked.