mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-09-02 13:21:02 +00:00
feat: add secure module marketplace runtime (#745)
This commit is contained in:
@@ -5,7 +5,7 @@ use App\Models\Module as InstalledModule;
|
||||
use Illuminate\Http\Request;
|
||||
|
||||
it('maps the marketplace payload shape expected by the admin modules ui', function () {
|
||||
$payload = (object) [
|
||||
$payload = [
|
||||
'id' => 7,
|
||||
'slug' => 'sales-tax-us',
|
||||
'name' => 'Sales Tax US',
|
||||
|
||||
Reference in New Issue
Block a user