Skip to content

Commit 0e39803

Browse files
committed
Add is_trial_plan to purhase type
1 parent 9efa21d commit 0e39803

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/api-core/src/upgrades/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ export interface Purchase {
193193
*/
194194
is_domain_registration: boolean;
195195

196+
is_trial_plan: boolean;
196197
is_pending_registration: boolean;
197198
is_free_jetpack_stats_product: boolean;
198199
is_jetpack_backup_t1: boolean;

0 commit comments

Comments
 (0)