Paypal gateway tutorial
Introduction
This tutorial explains how to create simple payment gateway.
Task
Assumes that we need to create an eZPublish extension which contains classes for a
paypal payment gateway. The gateway should support:
- payments through PayPal payment system;
- redirection to the paypal site;
- checks validation of the payment;
Implementation