Hi
I would like to create payment control and insert it into registration form. Where do I put my legacy C# payment code?
Does anybody have sample how to combine two forms and server code?
thx in advance
You can put your server side code in xyzEndpoint, creating a service that you can call when needed.
Closing due to inactivity.
@Estrusco Hi. I was able to create payment panel (control) and insert it into User entity dialog.
User pays on registration. Now I have two entities saved, but somehow I would like to combine saving together into one transaction, bill Creadit Card, save payment record and only then create user.
Can I somehow stuff two entities into request to be send to EndPoint? Or how is this to be done?
Most helpful comment
You can put your server side code in xyzEndpoint, creating a service that you can call when needed.