We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fb924 commit c410a07Copy full SHA for c410a07
README.md
@@ -76,7 +76,7 @@ fbEvent({
76
country: 'country', // optional
77
city: 'city', // optional
78
zipCode: 'zipCode', // optional
79
- products: [{
+ products: [{ // optional
80
sku: 'product123',
81
quantity: 1,
82
}],
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rivercode/facebook-conversion-api-nextjs",
3
- "version": "4.3.0",
+ "version": "4.3.1",
4
"description": "Facebook Conversion API for Next.js",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
0 commit comments