diff --git a/routes/web.php b/routes/web.php
index ffeb4fea..b9978502 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -134,12 +134,14 @@
->name('commissions.orders');
});
-Route::get('/.well-known/apple-developer-merchantid-domain-association',
-function() {
- return "
+Route::get(
+ '/.well-known/apple-developer-merchantid-domain-association',
+ function () {
+ return "
[ZoneTransfer]
ZoneId=3
ReferrerUrl=https://dashboard.stripe.com/
HostUrl=https://stripe.com/files/apple-pay/apple-developer-merchantid-domain-association
";
-});
+ }
+);