diff --git a/packages/bot-engine/blocks/inputs/payment/computePaymentInputRuntimeOptions.ts b/packages/bot-engine/blocks/inputs/payment/computePaymentInputRuntimeOptions.ts index 613b23a34..19969ca27 100644 --- a/packages/bot-engine/blocks/inputs/payment/computePaymentInputRuntimeOptions.ts +++ b/packages/bot-engine/blocks/inputs/payment/computePaymentInputRuntimeOptions.ts @@ -61,7 +61,9 @@ const createStripePaymentIntent = amount, currency, receipt_email: receiptEmail === '' ? undefined : receiptEmail, - description: options.additionalInformation?.description, + description: parseVariables(variables)( + options.additionalInformation?.description + ), automatic_payment_methods: { enabled: true, },