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 2fd612b commit 8e4c7beCopy full SHA for 8e4c7be
tests/Message/PayoutRequestTest.php
@@ -23,7 +23,7 @@ public function setUp()
23
$httpClient->addSubscriber($mockPlugin);
24
25
$this->request = new PayoutRequest($httpClient, $this->getHttpRequest());
26
- $this->request->initialize([
+ $this->request->initialize(array(
27
'webMoneyId' => '811333344777',
28
'merchantPurse' => 'Z123428476799',
29
'secretKey' => '226778888',
@@ -39,7 +39,7 @@ public function setUp()
39
'description' => 'Payout',
40
'currency' => 'USD',
41
'amount' => '12.46'
42
- ]);
+ ));
43
}
44
45
public function testException()
0 commit comments