From 2d517fb8c797f7fcded8f93408422489ef27b578 Mon Sep 17 00:00:00 2001 From: SDK Distribution Bot Date: Wed, 1 Apr 2026 08:13:59 +0000 Subject: [PATCH] fix: Update SDK from generator (2026-04-01) --- client/types.gen.ts | 2 +- package.json | 2 +- payjpv2.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 {