Adam Hopkins
Adam Hopkins
Sure! Here's an example: my $stripe = Net::Stripe->new(api_key => $API_KEY); my $card = Net::Stripe::Card->new( number => '4242424242424242', cvc => '333', name => 'Test name', address_line1 => '2145 Barkers Lane', address_line2...
That worked-- thanks! Sorry for filing what wasn't a bug. I tried to search the documentation for a solution, but didn't find this. I see that here: It does list...
init also didn't work for me. I had to add the snippet from #4 , but I also had to init in my JS that I put in a ``...
@hanenouche I just put the code from my comment above in my script tag in head, and then did this: `Vue.use(VueFacebookPixel, { router })` And make sure to replace `fbq('init',...
I also see this error
I think it's because it's trying to install the 'Perl' module
Got it, thanks!
@erezrokah so even though GitHub supports LFS, it's missing some API call to upload media as LFS through Netlify CMS? Can't Netlify CMS add media files by committing using LFS?