This repository has been archived by the owner on Dec 3, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix #154: Parse Open Graph price string to a number
Since the propTypes check for 'extractedProduct' object expects a number data type for the 'price' key's value, this patch parses the price string extracted via Open Graph into a number using the same 'parsePrice' function used by the other two extraction methods (Fathom and CSS Selectors).
- Loading branch information