Skip to content

Commit

Permalink
Merge branch 'master' into upgraded_to_php8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ppatidar2021 authored Apr 8, 2022
2 parents 998f59e + 84636c0 commit 6998fc2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ php composer.phar require bitpay/sdk-light:^2.0

### Initializing your BitPay light client

Once you have your previously generated Token, you can initialize the client following this example:

```php
$bitpay = new BitPaySDKLight\Client("CFJCZH3VitcEER9Uybx8LMvkPsSWzpSWvN4vhNEJp47b", BitPaySDKLight\Env::Test);
```
Expand Down Expand Up @@ -856,4 +858,4 @@ Body

# Copyright

Copyright (c) 2019 BitPay
Copyright (c) 2019 BitPay

0 comments on commit 6998fc2

Please sign in to comment.