Skip to content

Commit

Permalink
Update getPaylinkUrl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Pieters authored Jan 17, 2017
1 parent 4088beb commit e3ebe22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/service/getPaylinkUrl.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'amountMin' => 0,

'countryCode' => 'nl',
'language' => 'en',
'language' => 'nl',

'extra1' => [
'name' => 'Customer Id',
Expand All @@ -57,4 +57,4 @@
echo $url;
} catch (\Paynl\Error\Error $e) {
echo $e->getMessage();
}
}

0 comments on commit e3ebe22

Please sign in to comment.