We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb367f4 commit 1d0dd08Copy full SHA for 1d0dd08
components/chargebee/actions/create-subscription/create-subscription.mjs
@@ -77,7 +77,7 @@ export default {
77
return response;
78
} catch (error) {
79
$.export("debug", error);
80
- throw new Error(`Error creating subscription: ${error.error_msg}`);
+ throw new Error(`Error creating subscription: ${error.message}`);
81
}
82
},
83
};
0 commit comments