UNPKG

apple-pay-helper

Version:

A utility library for handling server side Apple Pay sessions and decrypting tokens.

11 lines (7 loc) 267 B
/** * ApplePayHelper Library * Provides utilities for Apple Pay integration, including session initiation, token decryption, and data mapping. * @module ApplePayHelper */ const ApplePayHelper = require('./src/ApplePayHelper'); module.exports = ApplePayHelper;