UNPKG

@portone/server-sdk

Version:

PortOne JavaScript SDK for server-side usage

9 lines (8 loc) 299 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isUnrecognizedChannelSpecificFailure = isUnrecognizedChannelSpecificFailure; function isUnrecognizedChannelSpecificFailure(entity) { return entity.type !== "INVALID_REQUEST" && entity.type !== "PG_PROVIDER"; }