fixed paddle request form
This commit is contained in:
@@ -36,7 +36,8 @@ class BillingPortalTest extends TenantTestCase
|
||||
$path = parse_url($request->url(), PHP_URL_PATH);
|
||||
|
||||
return $request->hasHeader('Paddle-Version', '1')
|
||||
&& $path === '/customers/cus_123/portal-sessions';
|
||||
&& $path === '/customers/cus_123/portal-sessions'
|
||||
&& $request->body() === '{}';
|
||||
});
|
||||
|
||||
$this->assertDatabaseHas('tenants', [
|
||||
|
||||
Reference in New Issue
Block a user