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

  • Configuration

Interfaces

  • ConfigurationInterface

Class Configuration

PayU API basic configuration

Team3\PayU\Configuration\Configuration implements Team3\PayU\Configuration\ConfigurationInterface
Namespace: Team3\PayU\Configuration
Package: Team3\PayU\Configuration
Located at Team3/PayU/Configuration/Configuration.php

Methods summary

public
# __construct( Team3\PayU\Configuration\Credentials\CredentialsInterface $credentials, string $protocol = 'https', string $domain = 'secure.payu.com', string $path = 'api', string $version = 'v2_1' )

Parameters

$credentials
$protocol
$domain
$path
$version
public string
# getAPIUrl( )

Returns

string

Implementation of

Team3\PayU\Configuration\ConfigurationInterface::getAPIUrl()
public string
# getDomain( )

Returns

string

Implementation of

Team3\PayU\Configuration\ConfigurationInterface::getDomain()
public string
# getPath( )

Returns

string

Implementation of

Team3\PayU\Configuration\ConfigurationInterface::getPath()
public string
# getProtocol( )

Returns

string

Implementation of

Team3\PayU\Configuration\ConfigurationInterface::getProtocol()
public string
# getVersion( )

Returns

string

Implementation of

Team3\PayU\Configuration\ConfigurationInterface::getVersion()
public Team3\PayU\Configuration\Credentials\CredentialsInterface
# getCredentials( )

Returns

Team3\PayU\Configuration\Credentials\CredentialsInterface

Implementation of

Team3\PayU\Configuration\ConfigurationInterface::getCredentials()

Magic methods summary

Properties summary

protected string $protocol
#
protected string $domain
#
protected string $path
#
protected string $version
#
protected Team3\PayU\Configuration\Credentials\CredentialsInterface $credentials
#
PayU integration by Krzysztof Gzocha API documentation generated by ApiGen