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 7ca7109 commit abaa02aCopy full SHA for abaa02a
crates/hyperswitch_domain_models/src/router_data.rs
@@ -258,7 +258,7 @@ pub struct ApplePayPredecryptDataInternal {
258
pub transaction_amount: i64,
259
pub device_manufacturer_identifier: Secret<String>,
260
pub payment_data_type: Secret<String>,
261
- pub payment_data: ApplePayCryptogramData,
+ pub payment_data: ApplePayCryptogramDataInternal,
262
}
263
264
#[derive(Debug, Clone, serde::Deserialize)]
0 commit comments