Skip to content

Commit 31510f6

Browse files
committed
feat: update Price.Type enum values to event and product
1 parent ae2f4b9 commit 31510f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/model/Price.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import {BaseFirestore} from '../interface/index.js';
77
*/
88
export namespace Price {
99
export enum Type {
10-
oneTime = 'one_time',
11-
recurring = 'recurring',
10+
event = 'event',
11+
product = 'product',
1212
}
1313

1414
export enum Visibility {

0 commit comments

Comments
 (0)