@@ -24,6 +24,6 @@ try {
data.data['is_lifetime_membership'] = true;
$done({ body: JSON.stringify(body) });
}
-} catch {
+} catch (err) {
$done();