You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ BITPAY_TOKEN=
52
52
```
53
53
54
54
#### Add webhook event listener
55
-
By default package is capable of handling of webhook requests. Bitpay payment status updates are completely based on webhooks. Whenever webhook is received from server, `BitpayWebhookReceived` event is dispatched. You just need to provide a listener for this event.
55
+
By default, package is capable of handling of webhook requests. Bitpay payment status updates are completely based on webhooks. Whenever webhook is received from server, `BitpayWebhookReceived` event is dispatched. You just need to provide a listener for this event.
56
56
57
57
You can add your listener as below,
58
58
```php
@@ -126,7 +126,7 @@ class EventServiceProvider extends ServiceProvider{
126
126
+ SIN (Service Identification Number) for your client will be created to uniquely identify requests from your server.
127
127
+ By using SIN **new Token and Pairing Code** will be created for your client on bitpay server and will be shown on your console output.
128
128
+ Token will be used for all future request to bitpay and will automatically be copied to your `.env` file.
129
-
+ Based on environment you set**TEST/LIVE**, command will provide URL to approve your client and you need to copy and search Pairing Code on bitpay server & approve it.
129
+
+ Based on environment you set**TEST/LIVE**, command will provide URL to approve your client, andthen you need to copy and search Pairing Code on bitpay server & approve it.
0 commit comments