import { getSecret } from 'wix-secrets-backend'; export async function getPacklinkAPIKey() { const apiKey = await getSecret('Packlink_API_Key'); return apiKey; }
top of page

Treat Bags

bottom of page