Update README.md

This commit is contained in:
Jeff Vandrew Jr 2019-03-14 20:14:37 -04:00 committed by GitHub
parent d5d84c4e70
commit a98b3fa116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ You do not need to store any tokens or private keys. Simply `pickle` the client
When you need to call a method on the client object later, pull the client object from persistent storage, unpickle it, and perform any of the methods above on it which you may need.
Note that the pairing code obtained from BTCPay may only be used once to create one client object. It is then forever burned. You may not recreate a client object by re-using the pairing code.
Note that the pairing code obtained from BTCPay may only be used once to create one client object. It is then forever burned. You may not recreate a client object by re-using the pairing code. For later use, the client object must either be saved in persistent storage (the easy way) or recreated using the pem and merchant token (the hard way).
## Creating a client the manual way (not necessary if you used the 'easy' method above)