Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Zinchenko committed Nov 9, 2018
2 parents af0b664 + 49f63cc commit 18bcdf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drivers/cnp/CnpDriver.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public function approveTransaction($id)
return $this->getTransport()->approveTransaction($id);
}

return false;
return $status === 'PAID';
}

/**
Expand Down

0 comments on commit 18bcdf2

Please sign in to comment.