checkout / frames-react

React wrapper of Checkout.com Frames.

Home Page:https://docs.checkout.com/integrate/frames

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Possible mismatch

rkaustchr opened this issue · comments

name?: GatewayBillingAddress;

Here, instead of
name?: GatewayBillingAddress;
shoudn't be:
name?: FramesCardholder;
?