Skip to content

Commit 71d6897

Browse files
committed
update ApplePayConfiguration
1 parent bb4e3df commit 71d6897

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

model/ApplePayConfiguration.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ class ApplePayConfiguration
88
public $requiredShippingContactFields;
99
public $buttonsBundled;
1010

11+
public $applePayToken;
12+
13+
14+
/**
15+
* @return mixed
16+
*/
17+
public function getApplePayToken()
18+
{
19+
return $this->applePayToken;
20+
}
21+
22+
/**
23+
* @param mixed $applePayToken
24+
*/
25+
public function setApplePayToken($applePayToken): void
26+
{
27+
$this->applePayToken = $applePayToken;
28+
}
29+
30+
31+
1132
/**
1233
* @return mixed
1334
*/

0 commit comments

Comments
 (0)