Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/inikoo/aiku into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aqordeon committed Jan 3, 2025
2 parents 166efc1 + 6eac525 commit 7206ffd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion app/Actions/Billables/Service/StoreService.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
use App\Models\SysAdmin\Organisation;
use App\Rules\AlphaDashDot;
use App\Rules\IUnique;
use Google\Service\ShoppingContent\ActionReason;
use Illuminate\Support\Arr;
use Illuminate\Support\Facades\Redirect;
use Illuminate\Validation\Rule;
Expand Down
1 change: 0 additions & 1 deletion app/Actions/Billables/Service/UI/CreateService.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

use App\Actions\Fulfilment\UI\Catalogue\Services\IndexFulfilmentServices;
use App\Actions\OrgAction;
use App\Enums\Billables\Rental\RentalUnitEnum;
use App\Enums\Billables\Service\ServiceStateEnum;
use App\Models\Fulfilment\Fulfilment;
use App\Models\SysAdmin\Organisation;
Expand Down
3 changes: 0 additions & 3 deletions app/Actions/Catalogue/Product/UI/CreatePhysicalGoods.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,11 @@

use App\Actions\Fulfilment\UI\Catalogue\PhysicalGoods\IndexFulfilmentPhysicalGoods;
use App\Actions\OrgAction;
use App\Enums\Billables\Rental\RentalUnitEnum;
use App\Enums\Catalogue\Product\ProductStateEnum;
use App\Models\Fulfilment\Fulfilment;
use App\Models\SysAdmin\Organisation;
use Inertia\Inertia;
use Inertia\Response;
use Lorisleiva\Actions\ActionRequest;
use Spatie\LaravelOptions\Options;

class CreatePhysicalGoods extends OrgAction
{
Expand Down
2 changes: 1 addition & 1 deletion app/Actions/Comms/Traits/WithSendBulkEmails.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ private function replaceMergeTags($placeholder, $dispatchedEmail, $unsubscribeUr
$placeholder = Str::kebab(trim($placeholder));

return match ($placeholder) {
'name' => $dispatchedEmail->getName(),
'customer-name' => $dispatchedEmail->recipient->name,
'unsubscribe' => sprintf(
"<a ses:no-track href=\"$unsubscribeUrl\">%s</a>",
__('Unsubscribe')
Expand Down

0 comments on commit 7206ffd

Please sign in to comment.