Skip to content

Commit

Permalink
feat(payment): STRIPE-444 New Stripe UPE (Spike)
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlenkoM committed Sep 18, 2024
1 parent 6591adc commit ed2c37b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ const PaymentMethodListItem: FunctionComponent<PaymentMethodListItemProps> = ({
<ChecklistItem
content={renderPaymentMethod}
htmlId={`radio-${value}`}
isCustomItem={method.initializationData?.accordion}
isCustomItem={method.initializationData?.accordion} // TODO: accordion key will be changed to more relevant after changes on BCapp side
isDisabled={isDisabled}
label={renderPaymentMethodTitle}
value={value}
Expand Down

0 comments on commit ed2c37b

Please sign in to comment.