Skip to content

Commit

Permalink
Merge pull request #24 from jstjanssens/patch-2
Browse files Browse the repository at this point in the history
Update exchange.php
  • Loading branch information
andypieters committed May 31, 2016
2 parents 1285bd7 + 8541f1f commit eedf666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/exchange.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
}
// always start your response with TRUE|
echo "TRUE| ";
// Optionally you can send a message after TRUE|, you can view this messages in the logs. https://admin.pay.nl/logs/payment_state
// Optionally you can send a message after TRUE|, you can view these messages in the logs. https://admin.pay.nl/logs/payment_state
echo $transaction->isPaid() ? 'Paid' : 'Not paid';
} catch (\Paynl\Error\Error $e) {
echo "Fout: " . $e->getMessage();
}
}

0 comments on commit eedf666

Please sign in to comment.