Skip to content

Commit f715a06

Browse files
done
1 parent 098483f commit f715a06

2 files changed

Lines changed: 1 addition & 31 deletions

File tree

app/Jobs/RegisterStoreDomains.php

Lines changed: 0 additions & 30 deletions
This file was deleted.

app/Services/StoreService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function subscribe ( Store $store, array $data = [] ) {
1818

1919
if ( !$this->subscriptionService->subscribeOrRenew($store, $data) ) throwError('subscription', 'subscription failed');
2020
if ( !$this->withTenant($store->id, callback: fn() => $this->domainService->apply($data)) ) throwError('domains', 'invalid domains');
21-
21+
2222
}
2323
public function store ( array $data = [], array $scopes = [] ) {
2424

0 commit comments

Comments
 (0)