diff --git a/app/javascript/submission_form/payment_step.vue b/app/javascript/submission_form/payment_step.vue index b345b246..6bbeb146 100644 --- a/app/javascript/submission_form/payment_step.vue +++ b/app/javascript/submission_form/payment_step.vue @@ -116,6 +116,10 @@ export default { return this.queryParams.get('stripe_session_id') }, defaultName () { + if (this.field.preferences?.price_id) { + return '' + } + const { price, currency } = this.field.preferences || {} const formatter = new Intl.NumberFormat([], {