mirror of
https://git.proxmox.com/git/proxmox
synced 2025-08-05 11:30:46 +00:00
don't serialize 'null' for 'expires' when ordering
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
15fae62c15
commit
549b52cf68
@ -45,6 +45,7 @@ pub struct OrderData {
|
|||||||
pub status: Status,
|
pub status: Status,
|
||||||
|
|
||||||
/// This order's expiration date as RFC3339 formatted time string.
|
/// This order's expiration date as RFC3339 formatted time string.
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub expires: Option<String>,
|
pub expires: Option<String>,
|
||||||
|
|
||||||
/// List of identifiers to order for the certificate.
|
/// List of identifiers to order for the certificate.
|
||||||
|
Loading…
Reference in New Issue
Block a user