Skip to content

Commit

Permalink
Completed docblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tornevall committed Nov 5, 2021
1 parent b51b820 commit 1c3f402
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/Service/OrderHandler.php
Expand Up @@ -160,6 +160,10 @@ public function getOrderLines()
}

/**
* Returns a Resurs API Link to a parent caller (ResursDefault). After order rows are created, it is important
* for the already created link to only update changes that occurred during the order line rendering here as
* the link may already contain customer data.
*
* @return Api
* @since 0.0.1.0
*/
Expand All @@ -169,6 +173,9 @@ public function getApi()
}

/**
* Sets up a Resurs API Link that is already in use instead of recreating the API link. This is an important
* step for ResursDefault to be able to pass orderline handling to this section.
*
* @param $api
* @return $this
* @since 0.0.1.0
Expand Down

0 comments on commit 1c3f402

Please sign in to comment.