File tree Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Expand file tree Collapse file tree 2 files changed +22
-21
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,28 @@ class CardPaymentMethodDetail
52
52
53
53
public $ networkTransactionId ;
54
54
55
+ private $ is3DSAuthentication ;
56
+
57
+
58
+
59
+ /**
60
+ * @return mixed
61
+ */
62
+ public function getIs3DSAuthentication ()
63
+ {
64
+ return $ this ->is3DSAuthentication ;
65
+ }
66
+
67
+
68
+ /**
69
+ * @param mixed $is3DSAuthentication
70
+ */
71
+ public function setIs3DSAuthentication ($ is3DSAuthentication ): void
72
+ {
73
+ $ this ->is3DSAuthentication = $ is3DSAuthentication ;
74
+ }
75
+
76
+
55
77
/**
56
78
* @return mixed
57
79
*/
Original file line number Diff line number Diff line change @@ -13,27 +13,6 @@ class PaymentMethodDetail
13
13
14
14
public $ paymentMethodType ;
15
15
16
- private $ is3DSAuthentication ;
17
-
18
-
19
-
20
- /**
21
- * @return mixed
22
- */
23
- public function getIs3DSAuthentication ()
24
- {
25
- return $ this ->is3DSAuthentication ;
26
- }
27
-
28
- /**
29
- * @param mixed $is3DSAuthentication
30
- */
31
- public function setIs3DSAuthentication ($ is3DSAuthentication ): void
32
- {
33
- $ this ->is3DSAuthentication = $ is3DSAuthentication ;
34
- }
35
-
36
-
37
16
38
17
39
18
/**
You can’t perform that action at this time.
0 commit comments