Skip to content

Commit abaa02a

Browse files
committed
fix clippy errors
1 parent 7ca7109 commit abaa02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hyperswitch_domain_models/src/router_data.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ pub struct ApplePayPredecryptDataInternal {
258258
pub transaction_amount: i64,
259259
pub device_manufacturer_identifier: Secret<String>,
260260
pub payment_data_type: Secret<String>,
261-
pub payment_data: ApplePayCryptogramData,
261+
pub payment_data: ApplePayCryptogramDataInternal,
262262
}
263263

264264
#[derive(Debug, Clone, serde::Deserialize)]

0 commit comments

Comments
 (0)