diff --git a/package.json b/package.json index e66d082..822a455 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frames-react", - "version": "1.2.0", + "version": "1.2.1", "main": "dist/cjs/index.js", "scripts": { "build": "rollup -c", diff --git a/src/types/types.ts b/src/types/types.ts index ec6be27..c31bbe3 100644 --- a/src/types/types.ts +++ b/src/types/types.ts @@ -177,7 +177,7 @@ export interface FrameCardTokenizedEvent { product_type?: string; billing_address?: GatewayBillingAddress; phone?: GatewayPhone; - name?: GatewayBillingAddress; + name?: string; } export interface FrameCardTokenizationFailedEvent {