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

  • PayU

Class PayU

This annotation will help to transform user order into library's order object. Just put this annotation on any method and define it's propertyName to let library know what this method will return. To see all possible propertyNames please look into Team3\PayU\Order\Transformer\UserOrder\TransformerProperties

Class PayU

Namespace: Team3\PayU\Annotation
Package: Team3\PayU\Annotation
Annotation
Target({"method"})
Located at Team3/PayU/Annotation/PayU.php

Methods summary

public
# __construct( array $values = [] )

Parameters

$values
public string
# getPropertyName( )

Returns

string

Magic methods summary

Properties summary

public string $propertyName
#
PayU integration by Krzysztof Gzocha API documentation generated by ApiGen