Skip to content

Commit

Permalink
fix reverse test sum
Browse files Browse the repository at this point in the history
  • Loading branch information
has-well committed Nov 14, 2020
1 parent ae7a147 commit 9f6d96a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public static function setApiUrl($ApiUrl)
}

/**
* @return ClientInterface Http Client
* @return string
*/
public static function getHttpClient()
{
Expand Down
2 changes: 1 addition & 1 deletion tests/OrderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function testReverse()
$this->setTestConfig();
$reverseData = [
'currency' => 'USD',
'amount' => 10,
'amount' => 1000,
'order_id' => $this->orderID['order_id']
];
$data = \Cloudipsp\Order::reverse($reverseData);
Expand Down

0 comments on commit 9f6d96a

Please sign in to comment.