|
@@ -15,12 +15,12 @@ |
|
|
block discarded – undo |
|
15
|
15
|
]; |
|
16
|
16
|
|
|
17
|
17
|
|
|
18
|
|
-$api = new Multicoin($config); |
|
|
18
|
+$api = new Multicoin($config); |
|
19
|
19
|
|
|
20
|
20
|
|
|
21
|
21
|
//$invoice = $api->createInvoice(['user_id' => 1]); |
|
22
|
22
|
//$invoice = $api->currencyQuote(); |
|
23
|
|
-$invoice = $api->withdraw(['address'=>'bc1qxmud50pt7h58eu9m2y9y9rhf90y3je70ldp6nn','amount'=>0.001]); |
|
|
23
|
+$invoice = $api->withdraw(['address'=>'bc1qxmud50pt7h58eu9m2y9y9rhf90y3je70ldp6nn', 'amount'=>0.001]); |
|
24
|
24
|
|
|
25
|
25
|
dump($invoice); |
|
26
|
26
|
|
Please login to merge, or discard this patch.