We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4e3df commit 71d6897Copy full SHA for 71d6897
model/ApplePayConfiguration.php
@@ -8,6 +8,27 @@ class ApplePayConfiguration
8
public $requiredShippingContactFields;
9
public $buttonsBundled;
10
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
32
/**
33
* @return mixed
34
*/
0 commit comments