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) 287 B
'use strict'; /** * Constant values of Hash Algorithm * * Hash Algorithm is used to verify signature from notification and redirection * * @type {{SHA256: String, SHA1: String, SHA512: String}} */ module.exports = { SHA1: 'SHA1', SHA256: 'SHA256', SHA512: 'SHA512' };