Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Hash Parsing for DSMNY #328

Merged
merged 7 commits into from
Feb 9, 2019
Merged

Add Hash Parsing for DSMNY #328

merged 7 commits into from
Feb 9, 2019

Commits on Feb 8, 2019

  1. Configuration menu
    Copy the full SHA
    05b2541 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfddcc2 View commit details
    Browse the repository at this point in the history
  3. added in backup hashes

    walmat committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    b358921 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    39e443d View commit details
    Browse the repository at this point in the history
  5. small changes

    walmat committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    ebaba02 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Address PR Changes

    This commit addresses the following PR changes
    - Variant calculation is moved to the correct location (_monitorSpecial)
    - findHashProperty has been integrated into parseProductPageForHash
    - parseProductPageForHash has been completed and debug logs are added
    - dsmParser run method has been implemented to store the hash
    - addToCart form parameters have been adjusted to just accept an
      optional hash
    - addToCart checkout method now passes the hash along to form method
    pr1sm committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    c89be1f View commit details
    Browse the repository at this point in the history
  2. Fix Cheerio Parsing

    This commit fixes a bug that prevented DSM US from performing the
    hash property calculation. Cheerio Parsing bugs have also been
    fixed to get the script text properly.
    pr1sm committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    8749d98 View commit details
    Browse the repository at this point in the history