UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

4 lines (3 loc) 131 B
export function isUnrecognizedPgBillingKeyIssueResponse(entity) { return entity.type !== "FAILED" && entity.type !== "ISSUED"; }