Remove email dependency README

This commit is contained in:
PCoder 2019-09-19 17:44:20 +05:30
parent 54eac5677e
commit 3ab363cdbe
1 changed files with 2 additions and 5 deletions

View File

@ -43,8 +43,7 @@
--cvc 225 \ --cvc 225 \
--expiry-month 08 \ --expiry-month 08 \
--expiry-year 2022 \ --expiry-year 2022 \
--card-holder-name "The tester" \ --card-holder-name "The tester"
--email "monty@python.com"
``` ```
### Order a product ### Order a product
@ -54,7 +53,6 @@
--name xxxxxxxxxxxxxxxxx \ --name xxxxxxxxxxxxxxxxx \
--realm xxxxxxxxxxxxxxxx \ --realm xxxxxxxxxxxxxxxx \
--seed xxxxxxxxxxxxxxxx \ --seed xxxxxxxxxxxxxxxx \
--email "monty@python.com" \
--product-id aabc34208e514803a0ee62d697b37e8c --product-id aabc34208e514803a0ee62d697b37e8c
``` ```
@ -64,6 +62,5 @@
(ucloud-cli) [test@ungleich ucloud-cli]$ UCLOUD_PAY_SERVER=127.0.0.1:5000 python ucloud.py order list \ (ucloud-cli) [test@ungleich ucloud-cli]$ UCLOUD_PAY_SERVER=127.0.0.1:5000 python ucloud.py order list \
--name xxxxxxxxxxxxxxx \ --name xxxxxxxxxxxxxxx \
--realm xxxxxxxxxxxxxxx \ --realm xxxxxxxxxxxxxxx \
--seed xxxxxxxxxxxxxxxxx \ --seed xxxxxxxxxxxxxxxxx
--email "monty@python.com"
``` ```