Skip to content

Commit

Permalink
ugh, lame
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankit Tyagi committed May 3, 2014
1 parent 48b0311 commit 6a17fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Credibility/LaravelCybersource/Cybersource.php
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ public function sendRequest($request)
return $csResponse;
}

// Reports @codeCoverageIgnoreStart
// Reports
// @codeCoverageIgnoreStart
public function getSubscriptions($date)
{
return $this->sendReportRequest('SubscriptionDetailReport', $date);
Expand Down
1 change: 0 additions & 1 deletion tests/CybersourceSOAPModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public function testToArrayCreatesArray()

private function getCybersourceSOAPModel()
{

return new CybersourceSOAPModel('PHP', phpversion(), $this->environment, $this->merchantId);
}

Expand Down

0 comments on commit 6a17fa9

Please sign in to comment.