I'm using snipcart to add cart service to my website. However I can't get it to show lables on the form and I'm unable to figure out why.
Does anyone know where I'm going wrong?
I'm using Test API key, is that why? or is there somthing else I'm missing?
{
resolve: 'gatsby-plugin-snipcart',
options: {
apiKey: 'YOUR_SNIPCART_KEY'
}
}