Skip to content

Commit

Permalink
Update type for FrameCardTokenizedEvent.name (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ioan-ghisoi-cko authored Nov 19, 2024
1 parent b6fc2cd commit e8c2bde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frames-react",
"version": "1.2.0",
"version": "1.2.1",
"main": "dist/cjs/index.js",
"scripts": {
"build": "rollup -c",
Expand Down
2 changes: 1 addition & 1 deletion src/types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ export interface FrameCardTokenizedEvent {
product_type?: string;
billing_address?: GatewayBillingAddress;
phone?: GatewayPhone;
name?: GatewayBillingAddress;
name?: string;
}

export interface FrameCardTokenizationFailedEvent {
Expand Down

0 comments on commit e8c2bde

Please sign in to comment.