Skip to content

Commit

Permalink
Update CompletePurchaseResponse.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zek authored Jul 18, 2018
1 parent 81e64b7 commit aa1070f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/CompletePurchaseResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ class CompletePurchaseResponse extends FetchTransactionResponse
*/
public function isSuccessful()
{
return $this->isPaid();
return $this->isPaid() || $this->isResolved();
}
}

0 comments on commit aa1070f

Please sign in to comment.