mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
- extend setup:dev script
- Stripe taxes refactoring - billing subscription fixes
This commit is contained in:
2
tests/Feature/External/SubscriptionTest.php
vendored
2
tests/Feature/External/SubscriptionTest.php
vendored
@@ -71,7 +71,7 @@ class SubscriptionTest extends TestCase
|
||||
Sanctum::actingAs($user);
|
||||
|
||||
$this->getJson('/api/user/subscription/setup-intent')
|
||||
->assertStatus(200)
|
||||
->assertStatus(201)
|
||||
->assertJsonFragment([
|
||||
"object" => "setup_intent"
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user