@@ -26,7 +26,7 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
2626 } ) ;
2727
2828 it ( "create-payment-call-test" , ( ) => {
29- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
29+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
3030 "card_pm"
3131 ] [ "PaymentIntent" ] ;
3232
@@ -47,7 +47,7 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
4747 } ) ;
4848
4949 it ( "confirm-call-test" , ( ) => {
50- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
50+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
5151 "card_pm"
5252 ] [ "No3DSManualCapture" ] ;
5353
@@ -58,15 +58,15 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
5858 } ) ;
5959
6060 it ( "retrieve-payment-call-test" , ( ) => {
61- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
61+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
6262 "card_pm"
6363 ] [ "No3DSManualCapture" ] ;
6464
6565 cy . retrievePaymentCallTest ( globalState , data ) ;
6666 } ) ;
6767
6868 it ( "capture-call-test" , ( ) => {
69- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
69+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
7070 "card_pm"
7171 ] [ "Capture" ] ;
7272
@@ -77,7 +77,7 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
7777 } ) ;
7878
7979 it ( "retrieve-payment-call-test" , ( ) => {
80- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
80+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
8181 "card_pm"
8282 ] [ "Capture" ] ;
8383
@@ -95,7 +95,7 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
9595 } ) ;
9696
9797 it ( "create+confirm-payment-call-test" , ( ) => {
98- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
98+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
9999 "card_pm"
100100 ] [ "No3DSManualCapture" ] ;
101101
@@ -112,15 +112,15 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
112112 } ) ;
113113
114114 it ( "retrieve-payment-call-test" , ( ) => {
115- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
115+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
116116 "card_pm"
117117 ] [ "No3DSManualCapture" ] ;
118118
119119 cy . retrievePaymentCallTest ( globalState , data ) ;
120120 } ) ;
121121
122122 it ( "capture-call-test" , ( ) => {
123- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
123+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
124124 "card_pm"
125125 ] [ "Capture" ] ;
126126
@@ -131,7 +131,7 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
131131 } ) ;
132132
133133 it ( "retrieve-payment-call-test" , ( ) => {
134- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
134+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
135135 "card_pm"
136136 ] [ "Capture" ] ;
137137
@@ -153,7 +153,7 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
153153 } ) ;
154154
155155 it ( "create-payment-call-test" , ( ) => {
156- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
156+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
157157 "card_pm"
158158 ] [ "PaymentIntent" ] ;
159159
@@ -174,7 +174,7 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
174174 } ) ;
175175
176176 it ( "confirm-call-test" , ( ) => {
177- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
177+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
178178 "card_pm"
179179 ] [ "No3DSManualCapture" ] ;
180180
@@ -185,15 +185,15 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
185185 } ) ;
186186
187187 it ( "retrieve-payment-call-test" , ( ) => {
188- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
188+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
189189 "card_pm"
190190 ] [ "No3DSManualCapture" ] ;
191191
192192 cy . retrievePaymentCallTest ( globalState , data ) ;
193193 } ) ;
194194
195195 it ( "capture-call-test" , ( ) => {
196- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
196+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
197197 "card_pm"
198198 ] [ "PartialCapture" ] ;
199199
@@ -204,7 +204,7 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
204204 } ) ;
205205
206206 it ( "retrieve-payment-call-test" , ( ) => {
207- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
207+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
208208 "card_pm"
209209 ] [ "PartialCapture" ] ;
210210
@@ -222,7 +222,7 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
222222 } ) ;
223223
224224 it ( "create+confirm-payment-call-test" , ( ) => {
225- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
225+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
226226 "card_pm"
227227 ] [ "No3DSManualCapture" ] ;
228228
@@ -239,15 +239,15 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
239239 } ) ;
240240
241241 it ( "retrieve-payment-call-test" , ( ) => {
242- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
242+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
243243 "card_pm"
244244 ] [ "No3DSManualCapture" ] ;
245245
246246 cy . retrievePaymentCallTest ( globalState , data ) ;
247247 } ) ;
248248
249249 it ( "capture-call-test" , ( ) => {
250- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
250+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
251251 "card_pm"
252252 ] [ "PartialCapture" ] ;
253253
@@ -258,7 +258,7 @@ describe("Card - NoThreeDS Manual payment flow test", () => {
258258 } ) ;
259259
260260 it ( "retrieve-payment-call-test" , ( ) => {
261- let data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
261+ const data = getConnectorDetails ( globalState . get ( "connectorId" ) ) [
262262 "card_pm"
263263 ] [ "PartialCapture" ] ;
264264
0 commit comments