frames-react icon indicating copy to clipboard operation
frames-react copied to clipboard

React wrapper of Checkout.com Frames.

Results 26 frames-react issues
Sort by recently updated
recently updated
newest added

I would like to change the "Card form invalid" error to an especific error when the card number/cvc/expiry is invalid. Is there a way of doing that, or should I...

## Why has this PR been raised? The Engineering Experience and Security teams have been working together to help secure our repositories. This includes enabling Github features such as Advanced...

For RTL site cardnumber , cvv and exprireDate compoenents could not detect site is RTL check at **html** tag and lang also in **EN-GB** ![image](https://github.com/checkout/frames-react/assets/83861313/ddf391d3-0f90-472a-9b44-212d3591d9a5)

Could you add possibility to change inputs' font ? This doesn't seem to work for now: ![CleanShot 2023-06-07 at 15 45 31](https://github.com/checkout/frames-react/assets/7773454/0e62460b-05f5-4421-9dd1-31b1341e8ee4) ![CleanShot 2023-06-07 at 15 45 35](https://github.com/checkout/frames-react/assets/7773454/5bce934b-b9f2-4ce9-93bf-0ed9a52ea9d8)

I am getting the following response in the console when attempting to tokenize the card my implementation: **HTML** ` ` React ` { console.log(e.token); this.paymentRequest(e.token); }} cardSubmitted={() => { this.setState({...

Hi, I'm passing the autofill styles to the `style` object like this -

hey. we're facing such an issue in our system with `Frames` implemented: ``` ``` it only happens on mobile devices, it might happen quite randomly and not often. did somebody...

types/types.d.ts `export interface FrameCardTokenizedEvent { type: string; token: string; expires_on: string; expiry_month: string; expiry_year: string; scheme?: Scheme; scheme_local: string; last4: string; preferred_scheme?: PreferredScheme; bin: string; card_type?: CardType; card_category?: CardCategory; issuer?:...

https://github.com/checkout/frames-react/blob/7198cc08c32a52bcd3929f1c964d1ae99edc8fc8/src/frames/types/types.tsx#L158 Here, instead of `name?: GatewayBillingAddress;` shoudn't be: `name?: FramesCardholder;` ?

I could not find a way to lazy load the checkout library, did I miss something or it's not supported yet ? Alternatively could we have a way to listen...