We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7a147 commit 9f6d96aCopy full SHA for 9f6d96a
lib/Configuration.php
@@ -133,7 +133,7 @@ public static function setApiUrl($ApiUrl)
133
}
134
135
/**
136
- * @return ClientInterface Http Client
+ * @return string
137
*/
138
public static function getHttpClient()
139
{
tests/OrderTest.php
@@ -81,7 +81,7 @@ public function testReverse()
81
$this->setTestConfig();
82
$reverseData = [
83
'currency' => 'USD',
84
- 'amount' => 10,
+ 'amount' => 1000,
85
'order_id' => $this->orderID['order_id']
86
];
87
$data = \Cloudipsp\Order::reverse($reverseData);
0 commit comments