wayforpay-ts-integration
Version:
Library for forms to go to the Wayforpay payment page.
7 lines (6 loc) • 495 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.merchantPasswordSpecifiedError = exports.secretSpecifiedError = exports.envSpecifiedError = void 0;
exports.envSpecifiedError = 'Environment variables required for wayforpay-ts-integration is not specified.';
exports.secretSpecifiedError = 'Secret key for wayforpay-ts-integration is not specified.';
exports.merchantPasswordSpecifiedError = 'Merchant password for wayforpay-ts-integration is not specified.';