Skip to content

Commit 87b0548

Browse files
committed
...
1 parent 4882dca commit 87b0548

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SendChamp.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class SendChamp {
4141
* @var string
4242
*/
4343

44-
protected $pubicKey;
44+
protected $publicKey;
4545

4646

4747
/**
@@ -127,7 +127,7 @@ private function setRequestOptions()
127127
*/
128128

129129

130-
private function setHttpResponse($url, $method, $body = [])
130+
private function setHttpResponse($url, $method = null, $body = [])
131131
{
132132
if (is_null($method)) {
133133
throw new SendChampException("Empty method not allowed");

0 commit comments

Comments
 (0)