Vikram Singh
Programmer
Hello ,
By using the below code I can add a discount to my Order and it is working fine . I want to know what changes I have to
make to add an Open Amount Discount to the Check. Please help me with the required C# code
Code:
var result = OpsContext.ProcessCommand(new OpsCommand(OpsCommandType.Discount) { Number = DisObjNum });
resultOk = result.IsSuccess;