UNPKG

@adyen/api-library

Version:

The Adyen API Library for NodeJS enables you to work with Adyen APIs.

34 lines 1.65 kB
"use strict"; /* * ###### * ###### * ############ ####( ###### #####. ###### ############ ############ * ############# #####( ###### #####. ###### ############# ############# * ###### #####( ###### #####. ###### ##### ###### ##### ###### * ###### ###### #####( ###### #####. ###### ##### ##### ##### ###### * ###### ###### #####( ###### #####. ###### ##### ##### ###### * ############# ############# ############# ############# ##### ###### * ############ ############ ############# ############ ##### ###### * ###### * ############# * ############ * * Adyen NodeJS API Library * * Copyright (c) 2019 Adyen B.V. * This file is open source and available under the MIT license. * See the LICENSE file for more info. */ var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const client_1 = __importDefault(require("../../../client")); const resource_1 = __importDefault(require("../../resource")); class PlatformsNotificationConfiguration extends resource_1.default { constructor(service, endpoint) { super(service, `${service.client.config.marketPayEndpoint}/Notification/${client_1.default.MARKETPAY_NOTIFICATION_CONFIGURATION_API_VERSION}${endpoint}`); } } exports.default = PlatformsNotificationConfiguration; //# sourceMappingURL=notificationConfiguration.js.map