Skip to content

Commit

Permalink
Apply php-cs-fixer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cholladay0816 authored and github-actions[bot] committed Oct 18, 2023
1 parent 480e825 commit 8c152cc
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]<br>
ZoneId=3<br>
ReferrerUrl=https://dashboard.stripe.com/<br>
HostUrl=https://stripe.com/files/apple-pay/apple-developer-merchantid-domain-association
";
});
}
);

0 comments on commit 8c152cc

Please sign in to comment.