I want to use a new gateway with payum but I have confused.
I have a flowchart of a transaction, in a regular way I know how to implement it but I don't know how to implement it in payum way.
What I want is, that somebody tells me that :
- how many Payum action I need ?
- how many controller action I need ?
- Do I need a new gatewayFoctory or a new gateway or both ?
- what is different between afterUrl and taregtUrl ?
- In Docs,we have an object named "model" !, what's the purpose of it?