UNPKG

@hipay/hipay-enterprise-sdk-nodejs

Version:

The HiPay Enterprise SDK for NodeJS is a library for developers who want to integrate HiPay Enterprise payment methods to any NodeJS platform.

15 lines (13 loc) 270 B
'use strict'; /** * Hosted Page Template type constant values * * BASIC_JS basic js template type * IFRAME_JS iFrame js template type * * @type {{BASIC_JS: String, IFRAME_JS: String}} */ module.exports = { BASIC_JS: 'basic_js', IFRAME_JS: 'iframe_js' };