Skip to content

Commit 9f6d96a

Browse files
committed
fix reverse test sum
1 parent ae7a147 commit 9f6d96a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public static function setApiUrl($ApiUrl)
133133
}
134134

135135
/**
136-
* @return ClientInterface Http Client
136+
* @return string
137137
*/
138138
public static function getHttpClient()
139139
{

tests/OrderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function testReverse()
8181
$this->setTestConfig();
8282
$reverseData = [
8383
'currency' => 'USD',
84-
'amount' => 10,
84+
'amount' => 1000,
8585
'order_id' => $this->orderID['order_id']
8686
];
8787
$data = \Cloudipsp\Order::reverse($reverseData);

0 commit comments

Comments
 (0)