Skip to content

Commit

Permalink
Merge pull request #41 from tehmaestro/purchaseitem-fix
Browse files Browse the repository at this point in the history
Fix undefined _data attribute.
  • Loading branch information
aporat authored Jan 8, 2017
2 parents baaeebd + 56e5597 commit d466afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iTunes/PurchaseItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ class PurchaseItem
/**
* @return array
*/
public function getData()
public function getRawResponse()
{
return $this->_data;
return $this->_response;
}

/**
Expand Down

0 comments on commit d466afe

Please sign in to comment.