Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Trustly/Api/signed.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ public function loadMerchantPrivateKey($filename) {
*
* @see https://eu.developers.trustly.com/doc/reference/authentication
*
* @param string $cert Loaded private RSA key as a string
* @param string|false $cert Loaded private RSA key as a string
*
* @return bool
*/
public function useMerchantPrivateKey($cert) {
if($cert !== FALSE) {
Expand Down