Skip to content

Commit 6828a7a

Browse files
committed
Added some extra context for testing
1 parent 309fe2f commit 6828a7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/web/async.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@
103103
'', // category
104104
'2000', // unit price - required
105105
'2', // quantity - required
106-
'JPY' // currency
106+
'JPY', // currency
107+
{ products: { "launch_date$tm": new Date(2013,3,7) } } // context
107108
]);
108109

109110
_snaq.push(['addItem',

0 commit comments

Comments
 (0)