We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6747c5d commit b3da4d0Copy full SHA for b3da4d0
src/types.rs
@@ -411,6 +411,7 @@ impl<'de> Deserialize<'de> for Authorization {
411
#[serde(rename_all = "camelCase")]
412
pub struct NewOrder<'a> {
413
/// The [`CertificateIdentifier`] of a previously issued certificate being replaced by the order
414
+ #[serde(skip_serializing_if = "Option::is_none")]
415
pub(crate) replaces: Option<CertificateIdentifier<'a>>,
416
/// Identifiers to be included in the order
417
identifiers: &'a [Identifier],
0 commit comments