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

Pick 'N' Mix

bottom of page