Skip to content

Commit

Permalink
fix(router): skip serialize if none for assurance_details_required in…
Browse files Browse the repository at this point in the history
… googlepay session response (#5118)
  • Loading branch information
sai-harsha-vardhan committed Jun 25, 2024
1 parent 9e4b2d1 commit ec8a393
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/api_models/src/payments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4110,6 +4110,7 @@ pub struct GpayAllowedMethodsParameters {
#[serde(skip_serializing_if = "Option::is_none")]
pub billing_address_parameters: Option<GpayBillingAddressParameters>,
/// Whether assurance details are required
#[serde(skip_serializing_if = "Option::is_none")]
pub assurance_details_required: Option<bool>,
}

Expand Down

0 comments on commit ec8a393

Please sign in to comment.