@@ -113,6 +113,12 @@ class Applepay extends Payment
],
]
+ ],
+ 'payment_source' => [
+ 'apple_pay' => [
+ 'name' => $order->customer_full_name,
+ 'email_address' => $order->customer_email
+ ]
];
$client = new Client();