@discue/paddle-integration-firestore
Version:
Paddle payments integration for Google Cloud Firestore
10 lines (8 loc) • 310 B
JavaScript
const DESCRIPTION_PREFIX = 'pi/'
module.exports.PLACEHOLDER_DESCRIPTION = `${DESCRIPTION_PREFIX}pre-checkout-placeholder`
module.exports.ACTIVE_SUBSCRIPTION_DESCRIPTIONS = [
"active",
"trialing",
"past_due",
]
module.exports.UPCOMING_PAYMENTS_DESCRIPTION = `${DESCRIPTION_PREFIX}upcoming_payment`