File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -5075,7 +5075,6 @@ where
5075
5075
"Apple Pay wallet data not found in the payment method data during the Apple Pay decryption flow" ,
5076
5076
) ?;
5077
5077
5078
- // here we can add a validation to check if the apple pay wallet data is of type ecrypted
5079
5078
let apple_pay_data =
5080
5079
ApplePayData :: token_json ( domain:: WalletData :: ApplePay ( apple_pay_wallet_data. clone ( ) ) )
5081
5080
. change_context ( errors:: ApiErrorResponse :: InternalServerError )
@@ -5090,7 +5089,7 @@ where
5090
5089
5091
5090
let apple_pay_predecrypt_internal = apple_pay_data
5092
5091
. parse_value :: < hyperswitch_domain_models:: router_data:: ApplePayPredecryptDataInternal > (
5093
- "ApplePayPredecryptData " ,
5092
+ "ApplePayPredecryptDataInternal " ,
5094
5093
)
5095
5094
. change_context ( errors:: ApiErrorResponse :: InternalServerError )
5096
5095
. attach_printable (
You can’t perform that action at this time.
0 commit comments