File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
crates/router/src/connector/checkout Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,6 @@ impl TryFrom<&CheckoutRouterData<&types::PaymentsAuthorizeRouterData>> for Payme
295
295
}
296
296
api_models:: payments:: WalletData :: ApplePay ( _applepay_data) => {
297
297
let payment_method_token = item. router_data . get_payment_method_token ( ) ?;
298
- let apple_pay_decrypt_data =
299
298
if let Some ( types:: PaymentMethodToken :: ApplePayDecrypt ( decrypt_data) ) =
300
299
Some ( payment_method_token. clone ( ) )
301
300
{
@@ -341,8 +340,7 @@ impl TryFrom<&CheckoutRouterData<&types::PaymentsAuthorizeRouterData>> for Payme
341
340
}
342
341
} ,
343
342
} ) )
344
- } ;
345
- apple_pay_decrypt_data
343
+ }
346
344
}
347
345
api_models:: payments:: WalletData :: AliPayQr ( _)
348
346
| api_models:: payments:: WalletData :: AliPayRedirect ( _)
You can’t perform that action at this time.
0 commit comments