Skip to content

Commit bf79cca

Browse files
committed
test update
1 parent c5d5203 commit bf79cca

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

model/CardPaymentMethodDetail.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,28 @@ class CardPaymentMethodDetail
5252

5353
public $networkTransactionId;
5454

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+
5577
/**
5678
* @return mixed
5779
*/

model/PaymentMethodDetail.php

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -13,27 +13,6 @@ class PaymentMethodDetail
1313

1414
public $paymentMethodType;
1515

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-
3716

3817

3918
/**

0 commit comments

Comments
 (0)