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

Callback to handle HPP response + HPP_VERSION 2 #5

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Commits on Aug 11, 2016

  1. Add generix RealexHpp.setup() method

    * You can handle lightbox initiation yourself
    * Handle hpp response manually via callback instead of fire & forget post to merchant url
    * UMD-ify the modules, for use with webpack/browserify/etc
    simonflk committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    2d013a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. Notify callback if user closes iframe/window

    + Strip `null` from hpp json
    + normalise whitespace
    + add index.js entry point for npm
    simonflk committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    6a6f178 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Configuration menu
    Copy the full SHA
    b1223ad View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2016

  1. Configuration menu
    Copy the full SHA
    e197c7e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Configuration menu
    Copy the full SHA
    f9277cc View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2016

  1. Configuration menu
    Copy the full SHA
    341738d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2016

  1. Configuration menu
    Copy the full SHA
    50fd1e7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2016

  1. bump version

    simonflk committed Oct 14, 2016
    Configuration menu
    Copy the full SHA
    dc01611 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2016

  1. Fix: resize iframe only when sensible

    At some display resolutions, changes in iframe contents (e.g. validation errors/scrollbars), can receive multiple resize messages getting taller & narrower, until it's 0px wide
    simonflk committed Oct 20, 2016
    Configuration menu
    Copy the full SHA
    f6a7e2d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. version 1.2.0-2

    simonflk committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    d1036fd View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2017

  1. CORE-1135 ignore non-JSON messageevents from third-party browser exte…

    …nsions (e.g. lastpass)
    simonflk committed Jan 30, 2017
    Configuration menu
    Copy the full SHA
    ed0bd12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d2dbe5 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2017

  1. Fix JSON parse

    simonflk committed Jan 31, 2017
    Configuration menu
    Copy the full SHA
    59a1194 View commit details
    Browse the repository at this point in the history