Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Mujhtech committed Aug 5, 2021
1 parent 4882dca commit 87b0548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SendChamp.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class SendChamp {
* @var string
*/

protected $pubicKey;
protected $publicKey;


/**
Expand Down Expand Up @@ -127,7 +127,7 @@ private function setRequestOptions()
*/


private function setHttpResponse($url, $method, $body = [])
private function setHttpResponse($url, $method = null, $body = [])
{
if (is_null($method)) {
throw new SendChampException("Empty method not allowed");
Expand Down

0 comments on commit 87b0548

Please sign in to comment.