diff --git a/client/types.gen.ts b/client/types.gen.ts index b51b0d3..460a1a4 100644 --- a/client/types.gen.ts +++ b/client/types.gen.ts @@ -5756,7 +5756,7 @@ export type CreateCheckoutSessionData = { export type CreateCheckoutSessionErrors = { /** - * Not Found + * Not Found
Price Not Found Or Inactive
Tax Rate Not Found Or Inactive */ 404: ErrorResponse; /** diff --git a/package.json b/package.json index ec7a77b..d313b31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@payjp/payjpv2", - "version": "1.0.8", + "version": "1.0.9", "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs", diff --git a/payjpv2.ts b/payjpv2.ts index d90712b..ce2088b 100644 --- a/payjpv2.ts +++ b/payjpv2.ts @@ -5,7 +5,7 @@ import { type Client, } from "./client/client"; -const BINDINGS_VERSION = '1.0.8'; +const BINDINGS_VERSION = '1.0.9'; const DEFAULT_BASE_URL = "https://api.pay.jp"; export interface ClientConfig {