Don't require billing_address as a field on VM ordering #7

Closed
opened 2021-11-20 11:15:22 +00:00 by ungleich-gitea · 4 comments
[18:48] diamond2:~% http -a nicoschottelius:$(pass ungleich.ch/nico.schottelius@ungleich.ch) https://uncloud.place7.ungleich.ch/vm/vm/ ram=1
HTTP/1.1 400 Bad Request
Allow: GET, POST, HEAD, OPTIONS
Connection: keep-alive
Content-Length: 213
Content-Type: application/json
Date: Sat, 02 May 2020 16:48:46 GMT
Server: nginx/1.14.2
Vary: Accept
X-Content-Type-Options: nosniff
X-Frame-Options: DENY

{
    "billing_address": [
        "This field is required."
    ],
    "cores": [
        "This field is required."
    ],
    "primary_disk": [
        "This field is required."
    ],
    "ram_in_gb": [
        "This field is required."
    ],
    "recurring_period": [
        "This field is required."
    ]
}

CC @fnux - I'll take care of this one

``` [18:48] diamond2:~% http -a nicoschottelius:$(pass ungleich.ch/nico.schottelius@ungleich.ch) https://uncloud.place7.ungleich.ch/vm/vm/ ram=1 HTTP/1.1 400 Bad Request Allow: GET, POST, HEAD, OPTIONS Connection: keep-alive Content-Length: 213 Content-Type: application/json Date: Sat, 02 May 2020 16:48:46 GMT Server: nginx/1.14.2 Vary: Accept X-Content-Type-Options: nosniff X-Frame-Options: DENY { "billing_address": [ "This field is required." ], "cores": [ "This field is required." ], "primary_disk": [ "This field is required." ], "ram_in_gb": [ "This field is required." ], "recurring_period": [ "This field is required." ] } ``` CC @fnux - I'll take care of this one
nico was assigned by ungleich-gitea 2021-11-20 11:15:22 +00:00
Author

Created new /beta/vm url

Created new /beta/vm url
Author

Created new /beta/vm url

Created new /beta/vm url
Author

Created new /beta/vm url

Created new /beta/vm url
Author

Created new /beta/vm url

Created new /beta/vm url
nico closed this issue 2022-02-15 08:47:02 +00:00
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: uncloud/uncloud#7
No description provided.