Skip to content

Commit

Permalink
Remove whitespaces and unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeccanici committed Sep 20, 2023
1 parent 75da686 commit 5c1d07a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/admin/tests/Unit/LunarHubTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public function setUp(): void
/** @test */
public function can_register_scripts_by_providing_name_and_path()
{

$name = 'local-script';
$path = 'js/local-script.js';

Expand Down
3 changes: 0 additions & 3 deletions packages/core/config/orders.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,4 @@
Lunar\Pipelines\Order\Creation\MapDiscountBreakdown::class,
],
],
'order_lines' => [
'identifier' => 'sku'
]
];

0 comments on commit 5c1d07a

Please sign in to comment.