Skip to content

Commit

Permalink
Merge pull request #119 from killbill/integration_pr_188
Browse files Browse the repository at this point in the history
Integration pr 188
  • Loading branch information
sbrossie authored Feb 2, 2024
2 parents ec31abc + ed4c64b commit ae90452
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ public PaymentIntent execute(final Account account, final StripePaymentMethodsRe

final StripeConfigProperties stripeConfigProperties = stripeConfigPropertiesConfigurationHandler.getConfigurable(context.getTenantId());
paymentIntentParams.put("description", stripeConfigProperties.getChargeDescription());
paymentIntentParams.put("statement_descriptor", stripeConfigProperties.getChargeStatementDescriptor());
paymentIntentParams.put("statement_descriptor_suffix", stripeConfigProperties.getChargeStatementDescriptor());

logger.info("Creating Stripe PaymentIntent");
return PaymentIntent.create(paymentIntentParams, requestOptions);
Expand Down

0 comments on commit ae90452

Please sign in to comment.