diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-10-05 23:37:55 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2017-10-05 23:37:55 +0200 |
commit | 3babc2c64aa406bb94caa8689c7e59fc3c1eb3c1 (patch) | |
tree | efcf4a65e2df83bd129cde5042326ea938ca7446 /python | |
parent | 54e54fe0683991860c9c54f6bd31f01be23cae0e (diff) | |
download | Puppet-3babc2c64aa406bb94caa8689c7e59fc3c1eb3c1.tar.gz Puppet-3babc2c64aa406bb94caa8689c7e59fc3c1eb3c1.tar.zst Puppet-3babc2c64aa406bb94caa8689c7e59fc3c1eb3c1.zip |
Add help to install script
Diffstat (limited to 'python')
-rw-r--r-- | python/reinstall_vps_server.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/reinstall_vps_server.py b/python/reinstall_vps_server.py index 52fdc39..158ca23 100644 --- a/python/reinstall_vps_server.py +++ b/python/reinstall_vps_server.py | |||
@@ -76,7 +76,8 @@ else: | |||
76 | # GET /order/cart/{cartId}/checkout | 76 | # GET /order/cart/{cartId}/checkout |
77 | # POST /order/cart/{cartId}/checkout | 77 | # POST /order/cart/{cartId}/checkout |
78 | # waiveRetractationPeriod | 78 | # waiveRetractationPeriod |
79 | 79 | # Suite à tester : | |
80 | # /me/order/{orderId}/availableRegisteredPaymentMean | ||
80 | # /me/paymentMean ? /me/order/{orderId}/debt/pay ? | 81 | # /me/paymentMean ? /me/order/{orderId}/debt/pay ? |
81 | 82 | ||
82 | # Reboot in rescue: | 83 | # Reboot in rescue: |