From 6336f9e62fe7a1a1f7a8fbae8e5da8a43cc834dc Mon Sep 17 00:00:00 2001 From: gregan Date: Mon, 12 Dec 2016 13:44:17 -0800 Subject: [PATCH] fix(subscriptions): add missing certifications key to Subscription type --- src/api/subscriptions/types.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/api/subscriptions/types.js b/src/api/subscriptions/types.js index 966999f..4b1abf2 100644 --- a/src/api/subscriptions/types.js +++ b/src/api/subscriptions/types.js @@ -29,6 +29,7 @@ export type Subscription = { date_updated: string, needs_core: boolean, groups: Array, + certifications: Array, wave: Object, created_customer_id: number, created_customer: Object,