Skip to content

Commit ebf7e7c

Browse files
committed
Add application version information to checkout calls.
1 parent 35bdde5 commit ebf7e7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/assets/js/shop.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,8 @@ $(function() {
187187
shippingAddress: true,
188188
label: 'Purchase',
189189
token: submitForm,
190-
amount: getTotalPrice(bag.getItems()) * 100
190+
amount: getTotalPrice(bag.getItems()) * 100,
191+
applicationID: 'ShopV1'
191192
});
192193
});
193194

0 commit comments

Comments
 (0)