Update CARD_ANDROID.md

This commit is contained in:
Peter Rounce 2023-02-28 17:32:57 +00:00 committed by GitHub
parent 9dc6d70ba4
commit 59bfce7050
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,7 +39,7 @@ echo "writing host_domain to env vars"
export HOST_DOMAIN=card.yourdomain.com
- use the internal API to create a card
- `$ curl 'localhost:9001/createboltcard?card_name=card_5&enable=false&tx_max=1000&day_max=10000&uid_privacy=true&allow_neg_bal=true'`
- `$ curl 'localhost:9001/createboltcard?card_name=card_5&enable=true&tx_max=1000&day_max=10000&uid_privacy=true&allow_neg_bal=true'`
- this will give you a one-time link
on the app