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

  • Sender

Interfaces

  • SenderInterface

Class Sender

Encapsulates all cURL related options and sending function.

Class Sender

Team3\PayU\Communication\Sender\Sender implements Team3\PayU\Communication\Sender\SenderInterface
Namespace: Team3\PayU\Communication\Sender
Package: Team3\PayU\Communication\Sender
Located at Team3/PayU/Communication/Sender/Sender.php

Methods summary

public
# __construct( Buzz\Client\ClientInterface $curlClient, Psr\Log\LoggerInterface $logger )

Parameters

$curlClient
$logger
public Buzz\Message\Response
# send( Buzz\Message\RequestInterface $request, Team3\PayU\Configuration\Credentials\CredentialsInterface $credentials )

Parameters

$request
$credentials

Returns

Buzz\Message\Response

Throws

Team3\PayU\Communication\ClientException

Implementation of

Team3\PayU\Communication\Sender\SenderInterface::send()

Magic methods summary

PayU integration by Krzysztof Gzocha API documentation generated by ApiGen