mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
Update src/routes/(console)/create-organization/+page.svelte
Co-authored-by: Darshan <itznotabug@gmail.com>
This commit is contained in:
co-authored by
Darshan
parent
e53e3053b0
commit
6b69f5519f
@@ -147,7 +147,7 @@
|
||||
taxId
|
||||
);
|
||||
|
||||
if (!isOrganization(org) && org.status == 402) {
|
||||
if (!isOrganization(org) && org.status === 402) {
|
||||
let clientSecret = org.clientSecret;
|
||||
let params = new URLSearchParams();
|
||||
params.append('type', 'payment_confirmed');
|
||||
|
||||
Reference in New Issue
Block a user