Skip to content

Commit

Permalink
Improved work with certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Helldar committed Aug 23, 2021
1 parent 386c8a2 commit 8a18405
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/Cashier/Config/Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,9 @@ public function getClientSecret(): ?string;
/** @return bool|string */
public function getVerifySsl();

public function getCertificate();
public function hasCertificate(): bool;

public function getCertificatePath(): ?string;

public function getCertificatePassword(): ?string;
}

0 comments on commit 8a18405

Please sign in to comment.