Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5756,7 +5756,7 @@ export type CreateCheckoutSessionData = {

export type CreateCheckoutSessionErrors = {
/**
* Not Found
* Not Found<br>Price Not Found Or Inactive<br>Tax Rate Not Found Or Inactive
*/
404: ErrorResponse;
/**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion payjpv2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Loading