PayU integration by Krzysztof Gzocha
  • Namespace
  • Class

Namespaces

  • Team3
    • PayU
      • Annotation
      • Communication
        • CurlRequestBuilder
        • HttpStatusParser
        • Notification
        • Process
          • NotificationProcess
          • ResponseDeserializer
        • Request
          • Model
        • Response
          • Model
        • Sender
      • Configuration
        • Credentials
      • Order
        • Autocomplete
          • Strategy
        • Model
          • Buyer
          • Money
          • Products
          • ShippingMethods
          • Traits
        • Transformer
          • UserOrder
            • Strategy
              • Product
              • ShippingMethod
      • PropertyExtractor
        • Reader
      • Serializer
      • SignatureCalculator
        • Encoder
          • Algorithms
          • Strategy
        • ParametersSorter
        • Validator
      • ValidatorBuilder

Classes

  • NotificationProcess
  • NotificationProcessFactory

Interfaces

  • NotificationProcessException
  • NotificationProcessFactoryInterface

Class NotificationProcess

This class will help in notification's receiving process.

Class NotificationProcess

Namespace: Team3\PayU\Communication\Process\NotificationProcess
Package: Team3\PayU\Communication\Process\NotificationProcess
Located at Team3/PayU/Communication/Process/NotificationProcess/NotificationProcess.php

Methods summary

public
# __construct( Team3\PayU\Serializer\SerializerInterface $serializer, Team3\PayU\SignatureCalculator\Validator\SignatureValidatorInterface $signatureValidator )

Parameters

$serializer
$signatureValidator
public Team3\PayU\Communication\Notification\OrderNotification
# process( Team3\PayU\Configuration\Credentials\CredentialsInterface $credentials, string $data, string|null $signatureHeader = null )

Parameters

$credentials
$data
$signatureHeader
Signature can be null when notifyUrl starts with https

Returns

Team3\PayU\Communication\Notification\OrderNotification

Magic methods summary

Constants summary

string ORDER_NOTIFICATION_CLASS
# 'Team3\PayU\Communication\Notification\OrderNotification'
PayU integration by Krzysztof Gzocha API documentation generated by ApiGen