feat(order, types): Add Credit Line to order module (#10636)
* feat(order, types): Add Credit Line to order module * chore: add action to inject credit lines
This commit is contained in:
@@ -16,4 +16,5 @@ export enum ChangeActionType {
|
||||
REINSTATE_ITEM = "REINSTATE_ITEM",
|
||||
TRANSFER_CUSTOMER = "TRANSFER_CUSTOMER",
|
||||
UPDATE_ORDER_PROPERTIES = "UPDATE_ORDER_PROPERTIES",
|
||||
CREDIT_LINE_ADD = "CREDIT_LINE_ADD",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user