- Card ending in {paymentMethod.last4} -
-+ Card ending in {paymentMethod.last4} +
+diff --git a/src/lib/components/collapsibleItem.svelte b/src/lib/components/collapsibleItem.svelte index a16b63460..f98c8845e 100644 --- a/src/lib/components/collapsibleItem.svelte +++ b/src/lib/components/collapsibleItem.svelte @@ -7,12 +7,15 @@ export let noContent = false; export let isInfo = false; export let gap = 16; + + export let style = null; + export let wrapperStyle = null;
Appwrite credit will automatically be applied to your next invoice.
- Transaction history for this organization. Download invoices for more details about your - payments. -
-+ Transaction history for this organization. Download invoices for more details about your + payments. +
+Total results: {invoiceList?.total ?? 0}
-- You have no payment history. After you receive your first invoice, you'll see it - here. -
-Total results: {invoiceList?.total ?? 0}
++ You have no payment history. After you receive your first invoice, you'll + see it here. +
+View or update your organization payment methods here.
- Card ending in {paymentMethod.last4} -
-+ Card ending in {paymentMethod.last4} +
+