zen: support stripe link
This commit is contained in:
parent
1c1380d3c8
commit
7ec5e49e19
11 changed files with 960 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue