mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-02 04:04:43 +08:00
fix(router): make use of warning to log errors when apple pay metadata parsing fails (#3010)
This commit is contained in:
@ -1554,7 +1554,7 @@ fn check_apple_pay_metadata(
|
||||
})
|
||||
})
|
||||
.map_err(
|
||||
|error| logger::error!(%error, "Failed to Parse Value to ApplepaySessionTokenData"),
|
||||
|error| logger::warn!(%error, "Failed to Parse Value to ApplepaySessionTokenData"),
|
||||
);
|
||||
|
||||
parsed_metadata.ok().map(|metadata| match metadata {
|
||||
|
||||
Reference in New Issue
Block a user