Hi everyone!
I am tring to add a payment manualy using OpsContext ProcessCommand, but i get this error:
my code is:
var result = OpsContext.ProcessCommand(new OpsCommand(OpsCommandType.Payment) { Number = 3, Text = "CTA" });
I dont know wich exactly params i have to use or set, in this case 3 is the number of payment
I don't know if that's ok.
I am tring to add a payment manualy using OpsContext ProcessCommand, but i get this error:
my code is:
var result = OpsContext.ProcessCommand(new OpsCommand(OpsCommandType.Payment) { Number = 3, Text = "CTA" });
I dont know wich exactly params i have to use or set, in this case 3 is the number of payment
I don't know if that's ok.