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

  • HttpStatusParser

Interfaces

  • HttpStatusParserException
  • HttpStatusParserInterface

Class HttpStatusParser

This class is checking the HTTP status code of the response from PayU. If status code will be different then expected it will throw Team3\PayU\Communication\HttpStatusParser\HttpStatusParserException

Team3\PayU\Communication\HttpStatusParser\HttpStatusParser implements Team3\PayU\Communication\HttpStatusParser\HttpStatusParserInterface
Namespace: Team3\PayU\Communication\HttpStatusParser
Located at Team3/PayU/Communication/HttpStatusParser/HttpStatusParser.php

Methods summary

public
# parse( Buzz\Message\Response $curlResponse )

Parameters

$curlResponse

Throws

Team3\PayU\Communication\HttpStatusParser\HttpStatusParserException

Implementation of

Team3\PayU\Communication\HttpStatusParser\HttpStatusParserInterface::parse()

Magic methods summary

Constants summary

integer SUCCESS_CODE
# 200
integer REDIRECT_CODE
# 302
PayU integration by Krzysztof Gzocha API documentation generated by ApiGen