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

  • ParametersSorter

Interfaces

  • ParametersSorterInterface

Class ParametersSorter

Is responsible to transform Team3\PayU\Order\Model\OrderInterface into array of parameters in alphabetical order.

Class ParametersSorter

Team3\PayU\SignatureCalculator\ParametersSorter\ParametersSorter implements Team3\PayU\SignatureCalculator\ParametersSorter\ParametersSorterInterface
Namespace: Team3\PayU\SignatureCalculator\ParametersSorter
Package: Team3\PayU\SignatureCalculator\ParametersSorter
Located at Team3/PayU/SignatureCalculator/ParametersSorter/ParametersSorter.php

Methods summary

public
# __construct( Team3\PayU\Serializer\SerializerInterface $serializer )

Parameters

$serializer
public array
# getSortedParameters( Team3\PayU\Order\Model\OrderInterface $order )

Will return order serializable parameters in ascending order.

Will return order serializable parameters in ascending order.

Parameters

$order

Returns

array

Implementation of

Team3\PayU\SignatureCalculator\ParametersSorter\ParametersSorterInterface::getSortedParameters()

Magic methods summary

PayU integration by Krzysztof Gzocha API documentation generated by ApiGen