Namespace Team3\PayU\Communication\Process
Namespaces summary
Team3\PayU\Communication\Process\NotificationProcess |
Team3\PayU\Communication\Process\ResponseDeserializer |
Classes summary
RequestProcess | This class will help user to make a request to PayU.
Basing on |
RequestProcessFactory | Will return Team3\PayU\Communication\Process\RequestProcess |
Interfaces summary
InvalidRequestDataObjectException | This exception will be thrown when PayURequestInterface requires an object, but this object is invalid. To get violations please use {@method getViolations} |
RequestProcessException | This exception will be thrown when Team3\PayU\Communication\Process\RequestProcessInterface will fail. |
RequestProcessFactoryInterface | Will return Team3\PayU\Communication\Process\RequestProcess |
RequestProcessInterface | This class will help user to make a request to PayU.
Basing on |