Skip to content

Commit

Permalink
Fix bug with getEndpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Gilbert committed Dec 1, 2021
1 parent cd42157 commit 452d9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DirectPostGateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ public function setDescriptorUrl($value)
*/
public function getEndpoint()
{
return $this->endpoint;
return $this->getParameter('endpoint');
}

/**
Expand Down

0 comments on commit 452d9a2

Please sign in to comment.