@@ -22,7 +22,7 @@ |
||
| 22 | 22 | //$invoice = $api->currencyQuote(); |
| 23 | 23 | $invoice = $api->withdraw(['address'=>'bc1qxmud50pt7h58eu9m2y9y9rhf90y3je70ldp6nn','amount'=>0.001]); |
| 24 | 24 | |
| 25 | - dump($invoice); |
|
| 25 | + dump($invoice); |
|
| 26 | 26 | |
| 27 | 27 | |
| 28 | 28 | |
@@ -15,12 +15,12 @@ |
||
| 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 | |
@@ -9,7 +9,7 @@ |
||
| 9 | 9 | { |
| 10 | 10 | protected static function getFacadeAccessor() |
| 11 | 11 | { |
| 12 | - return 'multicoin'; |
|
| 13 | - // return MulticoinFactory::class; |
|
| 12 | + return 'multicoin'; |
|
| 13 | + // return MulticoinFactory::class; |
|
| 14 | 14 | } |
| 15 | 15 | } |