Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
InstantShopping: Add codingStandardsIgnore tag to be able to populate…
Browse files Browse the repository at this point in the history
… the link to docs.
  • Loading branch information
alexions committed Mar 15, 2019
1 parent 73855af commit e509e76
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/Klarna/Rest/InstantShopping/Orders.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ public function __construct(Connector $connector, $authorizationToken)
/**
* Retrieves an authorized order based on the authorization token.
*
* @codingStandardsIgnoreStart
* @see https://developers.klarna.com/api/#instant-shopping-api-retrieves-an-authorized-order-based-on-the-authorization-token
* @codingStandardsIgnoreEnd
*
* @throws ConnectorException When the API replies with an error response
* @throws RequestException When an error is encountered
* @throws \RuntimeException On an unexpected API response
Expand All @@ -73,6 +77,10 @@ public function retrieve()
/**
* Declines an authorized order identified by the authorization token.
*
* @codingStandardsIgnoreStart
* @see https://developers.klarna.com/api/#instant-shopping-api-declines-an-authorized-order-identified-by-the-authorization-token
* @codingStandardsIgnoreEnd
*
* @param array $data Decline data
*
* @throws ConnectorException When the API replies with an error response
Expand All @@ -94,6 +102,10 @@ public function decline(array $data = null)
/**
* Approves the authorized order and places an order identified by the authorization token.
*
* @codingStandardsIgnoreStart
* @see https://developers.klarna.com/api/#instant-shopping-api-approve-the-authorized-order-and-place-an-order-identified-by-the-authorization-token
* @codingStandardsIgnoreEnd
*
* @param array $data Order data
*
* @throws ConnectorException When the API replies with an error response
Expand Down

0 comments on commit e509e76

Please sign in to comment.