Skip to content

Commit

Permalink
feat(payment): STRIPE-444 New Stripe UPE (PoC)
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlenkoM committed Oct 24, 2024
1 parent d0079d7 commit 4501a5f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@ const StripeUPEPaymentMethod: FunctionComponent<PaymentMethodProps> = ({
return getAppliedStyles(parentContainer, properties);
};

// const accordionCollapseListener = (collapseElement: () => void) => {
// collapseStripeElement.current = collapseElement;
// };

const initializeStripePayment = useCallback(
async (options: PaymentInitializeOptions) => {
const formInput = getStylesFromElement(`${containerId}--input`, [
Expand Down

0 comments on commit 4501a5f

Please sign in to comment.