How to add a custom payment gateway to Social Engine

I solved this by adding the payment code inside the Engine_Payment_Gateway_MyGateway class: Once the user confirms on the SocialEngine page that they want to pay, the method processTransaction() inside the mentioned class is called and the user is redirected to the PSP’s payment secure page. Once they are done with the payment, i.e. paid successfully … Read more