Skip to content

Commit 95a4b46

Browse files
author
markzegarelli
authored
Update partial refund requirements (#2719)
1 parent 4ef34db commit 95a4b46

File tree

1 file changed

+1
-1
lines changed
  • src/connections/destinations/catalog/google-analytics

1 file changed

+1
-1
lines changed

src/connections/destinations/catalog/google-analytics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ analytics.track('Order Refunded', {
514514
});
515515
```
516516

517-
For partial refunds, you must include the `productId` and quantity for the items refunded:
517+
For partial refunds, you must include the `order_id` as well as the `productId` and `quantity` for the items refunded:
518518

519519
```js
520520
analytics.track('Order Refunded', {

0 commit comments

Comments
 (0)