Skip to content

Commit de5d65e

Browse files
authored
Update Exchange.php
1 parent cda6e59 commit de5d65e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/Exchange.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This is a minimal example on how to handle a Pay. exchange call and process an order
44
declare(strict_types=1);
55

6-
# You might need to adjust this mapping for your situation
6+
# You might need to adjust this mapping for your implementation
77
require '../../../../vendor/autoload.php';
88

99
use PayNL\Sdk\Util\Exchange;
@@ -57,4 +57,4 @@ function yourCodeToProcessFastcheckoutOrder($orderId)
5757
return true;
5858
}
5959

60-
$exchange->setResponse($responseResult, $responseMessage);
60+
$exchange->setResponse($responseResult, $responseMessage);

0 commit comments

Comments
 (0)