Correctly register PaymentIntegration as tenant model

This commit is contained in:
Daniel Lo Nigro
2025-11-30 15:52:07 -08:00
parent b756f090ed
commit 0a1fffb3a4
2 changed files with 2 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ import { BillLandedCostEntry } from '@/modules/BillLandedCosts/models/BillLanded
import { BillLandedCost } from '@/modules/BillLandedCosts/models/BillLandedCost';
import { VendorCreditAppliedBill } from '@/modules/VendorCreditsApplyBills/models/VendorCreditAppliedBill';
import { SaleInvoice } from '@/modules/SaleInvoices/models/SaleInvoice';
import { PaymentIntegration } from '@/modules/StripePayment/models/PaymentIntegration.model';
import { PaymentReceivedEntry } from '@/modules/PaymentReceived/models/PaymentReceivedEntry';
import { CreditNoteAppliedInvoice } from '@/modules/CreditNotesApplyInvoice/models/CreditNoteAppliedInvoice';
import { CreditNote } from '@/modules/CreditNotes/models/CreditNote';
@@ -75,6 +76,7 @@ const models = [
VendorCredit,
VendorCreditAppliedBill,
RefundVendorCredit,
PaymentIntegration,
PaymentReceived,
PaymentReceivedEntry,
TenantUser,