Skip to content

Conversation

gilv93
Copy link
Contributor

@gilv93 gilv93 commented Sep 10, 2025

Preliminary support for Ebanx Redirect behavior

Initial Payment Methods this supports

  • Pix Autimatico
  • Mercado Pago Connect

@gilv93 gilv93 force-pushed the add_pix_redirect_support branch 2 times, most recently from d7ba987 to 02b5fa7 Compare September 10, 2025 15:43
@gilv93 gilv93 force-pushed the add_pix_redirect_support branch from 58d6f3d to ee2d1c1 Compare September 16, 2025 15:54
cursor[bot]

This comment was marked as outdated.

@gilv93 gilv93 force-pushed the add_pix_redirect_support branch from 2b5af86 to d04f173 Compare October 8, 2025 17:02
three_d_secure_action_token_id: actionToken.id,
...actionToken.three_d_secure.params
};
this.frame = recurly.Frame({ path: '/three_d_secure/start', type: Frame.TYPES.WINDOW, defaultEventName: 'ebanx-redirect',payload, container })
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Syntax Error in Frame Constructor

The Frame constructor call is missing a space after the comma between the defaultEventName and payload properties, which causes a syntax error.

Fix in Cursor Fix in Web

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants