Skip to content

Commit

Permalink
Fix error when parsing IPN response (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive committed Apr 12, 2017
1 parent 1f4f965 commit e429fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions src/Services/ExpressCheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public function __construct(array $config = [])
$this->setConfig($config);

$this->httpBodyParam = 'form_params';

$this->options = [];
}

/**
Expand Down
3 changes: 0 additions & 3 deletions src/Traits/PayPalRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,6 @@ private function setConfig(array $config = [])
$this->setApiCredentials($config);
}

// Set options to be empty.
$this->options = [];

$this->setRequestData();
}

Expand Down

0 comments on commit e429fc4

Please sign in to comment.