[MOD-2510] Enhancing logPurchase and exposing EVENT_NAME_* and EVENT_PARAM_* constants
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2020-02-07T19:43:40.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 9.0.0, ti.facebook iOS 7.0.1 |
Components | |
Labels | n/a |
Reporter | Thomas Lemaitre |
Assignee | Unknown |
Created | 2019-05-03T09:18:16.000+0000 |
Updated | 2020-02-07T19:43:40.000+0000 |
Description
Can you please merge this PR https://github.com/appcelerator-modules/ti.facebook/pull/98
Test case :
var fb = require('facebook');
fb.logPurchase(13.37, 'USD', {'key': 'value'});
PR for doc update- https://github.com/appcelerator-modules/ti.facebook/pull/112
FR Passed. PR Merged.
Verified the fix with module 7.0.1. Closing.