diff options
| author | Frank <[email protected]> | 2026-01-08 23:44:11 -0500 |
|---|---|---|
| committer | Frank <[email protected]> | 2026-01-09 01:32:00 -0500 |
| commit | dd5ec26c8c09b6374e379ad523e9953ce75a4417 (patch) | |
| tree | 1532ca1a4c02b894bb4a23bbedffaa7cf5bd8038 /packages/console/core/src/billing.ts | |
| parent | 8b062ed6214ea83452a453428675a29d84105a79 (diff) | |
| download | opencode-dd5ec26c8c09b6374e379ad523e9953ce75a4417.tar.gz opencode-dd5ec26c8c09b6374e379ad523e9953ce75a4417.zip | |
wip: black
Diffstat (limited to 'packages/console/core/src/billing.ts')
| -rw-r--r-- | packages/console/core/src/billing.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/console/core/src/billing.ts b/packages/console/core/src/billing.ts index c97dfff1b..181055c4e 100644 --- a/packages/console/core/src/billing.ts +++ b/packages/console/core/src/billing.ts @@ -171,6 +171,9 @@ export namespace Billing { workspaceID, id: Identifier.create("payment"), amount: amountInMicroCents, + enrichment: { + type: "credit", + }, }) }) return amountInMicroCents |
