File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -594,15 +594,6 @@ where
594
594
)
595
595
. await ?;
596
596
597
- let updated_customer = call_create_connector_customer_if_required (
598
- state,
599
- customer,
600
- merchant_account,
601
- key_store,
602
- payment_data,
603
- )
604
- . await ?;
605
-
606
597
let ( pd, tokenization_action) = get_connector_tokenization_action_when_confirm_true (
607
598
state,
608
599
operation,
@@ -611,8 +602,18 @@ where
611
602
& merchant_connector_account,
612
603
)
613
604
. await ?;
605
+
614
606
* payment_data = pd;
615
607
608
+ let updated_customer = call_create_connector_customer_if_required (
609
+ state,
610
+ customer,
611
+ merchant_account,
612
+ key_store,
613
+ payment_data,
614
+ )
615
+ . await ?;
616
+
616
617
let mut router_data = payment_data
617
618
. construct_router_data (
618
619
state,
You can’t perform that action at this time.
0 commit comments