Skip to content

Commit

Permalink
Fix deprecated attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dara committed Jan 8, 2019
2 parents f19aa94 + c2eea48 commit 591ab3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Entities/Transaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public function getProcessorResponse()
*/
public function getWebsiteId()
{
return $this->getAttribute('website');
return $this->getAttribute('websiteId');
}

/**
Expand Down

0 comments on commit 591ab3b

Please sign in to comment.