zen: support stripe link

This commit is contained in:
Frank
2025-10-16 14:59:44 -04:00
parent eb6b86c2c6
commit 87d347d1ae
11 changed files with 960 additions and 10 deletions
+1
View File
@@ -27,6 +27,7 @@ export namespace Billing {
.select({
customerID: BillingTable.customerID,
paymentMethodID: BillingTable.paymentMethodID,
paymentMethodType: BillingTable.paymentMethodType,
paymentMethodLast4: BillingTable.paymentMethodLast4,
balance: BillingTable.balance,
reload: BillingTable.reload,