mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
wip: black
This commit is contained in:
parent
22b058a33d
commit
23fc675ad5
25 changed files with 2705 additions and 50 deletions
|
|
@ -27,6 +27,7 @@ export namespace Billing {
|
|||
tx
|
||||
.select({
|
||||
customerID: BillingTable.customerID,
|
||||
subscriptionID: BillingTable.subscriptionID,
|
||||
paymentMethodID: BillingTable.paymentMethodID,
|
||||
paymentMethodType: BillingTable.paymentMethodType,
|
||||
paymentMethodLast4: BillingTable.paymentMethodLast4,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue