UNPKG

@discue/paddle-integration-firestore

Version:

Paddle payments integration for Google Cloud Firestore

14 lines (13 loc) 308 B
'use strict' /** * Creates a passthrough/customData object that can be passed to Paddle Checkout. * Guarantees the passthrough/customData object will be understood by * the paddle integration middleware. * * @param {Array} ids */ module.exports = (ids) => { return { _pi: { ids } } }