We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cda6e59 commit de5d65eCopy full SHA for de5d65e
samples/Exchange.php
@@ -3,7 +3,7 @@
3
# This is a minimal example on how to handle a Pay. exchange call and process an order
4
declare(strict_types=1);
5
6
-# You might need to adjust this mapping for your situation
+# You might need to adjust this mapping for your implementation
7
require '../../../../vendor/autoload.php';
8
9
use PayNL\Sdk\Util\Exchange;
@@ -57,4 +57,4 @@ function yourCodeToProcessFastcheckoutOrder($orderId)
57
return true;
58
}
59
60
-$exchange->setResponse($responseResult, $responseMessage);
+$exchange->setResponse($responseResult, $responseMessage);
0 commit comments