- Fixed UpgradeBilling.vue

- Fixed CreatePaymentMethod.vue
This commit is contained in:
Peter Papp
2021-03-24 08:19:52 +01:00
parent 888d76fea0
commit 480f518ebc
11 changed files with 116 additions and 54 deletions
+1 -1
View File
@@ -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"
]);