We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae2f4b9 commit 31510f6Copy full SHA for 31510f6
1 file changed
src/model/Price.ts
@@ -7,8 +7,8 @@ import {BaseFirestore} from '../interface/index.js';
7
*/
8
export namespace Price {
9
export enum Type {
10
- oneTime = 'one_time',
11
- recurring = 'recurring',
+ event = 'event',
+ product = 'product',
12
}
13
14
export enum Visibility {
0 commit comments