Class Klarna_Checkout_BasicConnector
Basic implementation of the connector interface
- Klarna_Checkout_BasicConnector implements Klarna_Checkout_ConnectorInterface
Package: Klarna\Checkout
Category: Payment
Copyright: 2015 Klarna AB
License: Apache license v2.0
Author: Rickard D. rickard.dybeck@klarna.com
Author: Christer G. christer.gustavsson@klarna.com
Author: David K. david.keijser@klarna.com
Link: http://developers.klarna.com/
Located at Klarna/Checkout/BasicConnector.php
Category: Payment
Copyright: 2015 Klarna AB
License: Apache license v2.0
Author: Rickard D. rickard.dybeck@klarna.com
Author: Christer G. christer.gustavsson@klarna.com
Author: David K. david.keijser@klarna.com
Link: http://developers.klarna.com/
Located at Klarna/Checkout/BasicConnector.php
Methods summary
public
|
#
__construct(
Create a new Checkout Connector |
protected
|
|
public
mixed
|
#
apply( string $method,
Applying the method on the specific resource |
public
|
|
protected
|
#
createRequest(
Set content (headers, payload) on a request |
public
string
|
|
protected
string
|
|
protected
array
|
|
protected
|
#
verifyResponse(
Throw an exception if the server responds with an error code. |
protected
|
#
handleResponse(
Act upon the status of a response |
protected
|
#
handle( string $method,
Perform a HTTP Call on the supplied resource using the wanted method. |
Magic methods summary
Properties summary
protected
|
$http
Klarna_Checkout_HTTP_TransportInterface Implementation |
|
protected
|
$digester
Digester class |
|
protected
string
|
$domain
The domain for the request |