Skip to content

Commit

Permalink
Merge pull request #3 from petervdbroek/fix/readme-update
Browse files Browse the repository at this point in the history
fix: Updated readme with new public certificate path
  • Loading branch information
petervdbroek authored Jun 13, 2024
2 parents 127790a + 84342da commit cd5ea01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you need this functionality you can add this by creating a PR on this repo. S

### Initiate library
```php
$ideal = new iDEAL('<merchantId>', '<client>', '<baseUri>', '<certificatePath>', '<privateKeyPath>');
$ideal = new iDEAL('<merchantId>', '<client>', '<baseUri>', '<certificatePath>', '<privateKeyPath>', '<publicCertificateFilePath>');
```

### Initiate a payment
Expand Down

0 comments on commit cd5ea01

Please sign in to comment.