Skip to content
This repository has been archived by the owner on Dec 19, 2019. It is now read-only.

GraphQl-644: [Checkout] Support of "Braintree" payment method #392

Merged

Commits on Feb 23, 2019

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

Commits on Mar 6, 2019

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

Commits on May 17, 2019

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

Commits on May 21, 2019

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

Commits on Jun 15, 2019

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

Commits on Jun 16, 2019

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

Commits on Jun 19, 2019

  1. fix static test failures

    pmclain committed Jun 19, 2019
    Configuration menu
    Copy the full SHA
    5f25fdd View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2019

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

Commits on Jun 28, 2019

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

Commits on Jul 2, 2019

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

Commits on Jul 8, 2019

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

Commits on Jul 9, 2019

  1. Mutation for creating braintree client token

    This token is required by the sdk when creating nonces client-side
    pmclain committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    a6e32e8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Generate nonce from public hash server-side

    This simplifies the implementation requirements when setting the payment
    method to Braintree Vault.
    
    In the current frontend implementation the nonce is created server-side, but
    using an ajax request when the place order button is activated. The current
    storefront flow executes:
    1. User selects vault method and places order
    2. Ajax request with public hash is made to server returning the nonce
    3. Nonce is submitted with order placement request in payment details
    
    The second step is uncessecary and is removed from the graphql flow with this
    commit.
    pmclain committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    c4609cc View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2019

  1. Configuration menu
    Copy the full SHA
    c1eee4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4939d9c View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

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

Commits on Jul 24, 2019

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

Commits on Jul 27, 2019

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

Commits on Jul 30, 2019

  1. Configuration menu
    Copy the full SHA
    e49df5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    169ac1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f69b080 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec719be View commit details
    Browse the repository at this point in the history
  5. Update tests to use @magentoConfigFixture

    Deletes configuration data fixtures no longer in use
    pmclain committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    d757fb5 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2019

  1. Replace static with self

    pmclain committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    1132a47 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2019

  1. Merge remote-tracking branch 'origin/2.3-develop' into feature/braint…

    …ree-payment
    
    # Conflicts:
    #	composer.lock
    naydav committed Aug 4, 2019
    Configuration menu
    Copy the full SHA
    6fc0322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00002f4 View commit details
    Browse the repository at this point in the history