Skip to content

Commit

Permalink
#v1.0.1911.1-rc - GUIDE correction (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
ma2t authored and Antonio Buedo committed Nov 14, 2019
1 parent 5ad7aa4 commit 2aa1045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ $bitpay = BitPaySDKLight\Client::create()->withFile([FULL_PATH_TO_THE_CONFIG_FIL
```

```php
$bitpay = new BitPaySDKLight\Client(BitPaySDKLight\Env.Test,"CFJCZH3VitcEER9Uybx8LMvkPsSWzpSWvN4vhNEJp47b");
$bitpay = new BitPaySDKLight\Client("CFJCZH3VitcEER9Uybx8LMvkPsSWzpSWvN4vhNEJp47b", BitPaySDKLight\Env::Test);
```
##
### Create an invoice
Expand Down

0 comments on commit 2aa1045

Please sign in to comment.