Skip to content

Commit

Permalink
Fixed PHP error when failed payment status
Browse files Browse the repository at this point in the history
  • Loading branch information
RonMelkhior committed Oct 21, 2016
1 parent 325b620 commit 97c0f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/RonMelkhior/CoinpaymentsIPN/IPN.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
use RonMelkhior\CoinpaymentsIPN\Initialize;
use RonMelkhior\CoinpaymentsIPN\Exceptions\InvalidRequestException;
use RonMelkhior\CoinpaymentsIPN\Exceptions\InvalidDataException;
use RonMelkhior\CoinpaymentsIPN\Exceptions\FailedPaymentException;

class IPN
{
Expand Down

0 comments on commit 97c0f55

Please sign in to comment.