We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

  1. 29 May, 2019 1 commit
  2. 28 May, 2019 7 commits
  3. 22 May, 2019 1 commit
  4. 21 May, 2019 2 commits
  5. 17 May, 2019 9 commits
  6. 16 May, 2019 4 commits
  7. 14 May, 2019 16 commits
    • Rik ter Beek's avatar
      PW-1181 fixed backend orders (#443) · 782efa74
      Rik ter Beek authored
      * PW-1181 fixed backend orders
      
      * fixed quote and copyright
      
      * empty line bottom
      782efa74
    • Rik ter Beek's avatar
      PW-1266 fixed bug that token is not stored in the vault if you enable the... · 3c69eeca
      Rik ter Beek authored
      PW-1266 fixed bug that token is not stored in the vault if you enable the vault and stored the card. (#442)
      
      3c69eeca
    • Rik ter Beek's avatar
      [PW-1192] Move plugin to ajax controller, remove plugins code, move sdk to 2.4.… (#439) · 97b465fa
      Rik ter Beek authored
      * Move plugin to ajax controller, remove plugins code, move sdk to 2.4.2(disable risk as it is not working), fix agreements not being updated by oneclick as removes the ONECLICK option. Minimize duplicate code by using model.
      
      * Update view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js
      Co-Authored-By: default avatarrikterbeek <rikterbeek@users.noreply.github.com>
      
      * Update view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js
      Co-Authored-By: default avatarrikterbeek <rikterbeek@users.noreply.github.com>
      
      * PW-1173: Ignore OFFER_CLOSED for already authorised orders, or for or… (#436)
      
      * PW-1173: Ignore OFFER_CLOSED for already authorised orders, or for orders that are not matching the paymentmethod of the notification
      Set the ccType of boleto payments to the proper boleto variant.
      reset order id on card placeorder
      
      * PW-1173: use nonempty
      
      * Move plugin to ajax controller, remove plugins code, move sdk to 2.4.2(disable risk as it is not working), fix agreements not being updated by oneclick as removes the ONECLICK option. Minimize duplicate code by using model.
      
      * Update view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js
      Co-Authored-By: default avatarrikterbeek <rikterbeek@users.noreply.github.com>
      
      * Update view/frontend/web/js/view/payment/method-renderer/adyen-cc-method.js
      Co-Authored-By: default avatarrikterbeek <rikterbeek@users.noreply.github.com>
      
      * add errorMessage for oneclick
      97b465fa
    • Alessio Zampatti's avatar
      PW-1173: Ignore OFFER_CLOSED for already authorised orders, or for or… (#436) · 29c8d721
      Alessio Zampatti authored
      * PW-1173: Ignore OFFER_CLOSED for already authorised orders, or for orders that are not matching the paymentmethod of the notification
      Set the ccType of boleto payments to the proper boleto variant.
      reset order id on card placeorder
      
      * PW-1173: use nonempty
      29c8d721
    • attilak's avatar
      Resolve code review comments · a9a446ee
      attilak authored
      a9a446ee
    • alessio's avatar
      PW-1103: Execute the plugin only if payment is adyen_cc or adyen_oneclick,... · d734f023
      alessio authored
      PW-1103: Execute the plugin only if payment is adyen_cc or adyen_oneclick, remove payment type since it is different for non card methods
      d734f023
    • attilak's avatar
      [WIP] · 31bddd8b
      attilak authored
      - Data builders use the requests helper functions
      - In case of error from API during first payments call show an error on
      the frontend
      31bddd8b
    • attilak's avatar
      [WIP] · 9ece2e5f
      attilak authored
      Convert Magento locale codes to ISO locale codes
      Fix javaEnabled and stateOrProvince
      Stop loading if error response returned during 3DS process
      9ece2e5f
    • alessio's avatar
    • alessio's avatar
    • attilak's avatar
      [WIP] · d95d6a2c
      attilak authored
      Add json response builder processing 3DS2
      Don't send the card details 2 times from the frontend
      Show popup only for challenge shopper and not for identify shopper
      d95d6a2c
    • attilak's avatar
      [WIP] · 245987bd
      attilak authored
      resolve code review comments
      use adyen-3ds2-js-utils helper function
      component js updated to v2.2.1
      245987bd
    • attilak's avatar
      [WIP] · d6e0c615
      attilak authored
      fix bug placing the order after a refused one won't go through the
      3ds2.0 flow
      remove store card details from magento and use the component rendered
      one
      d6e0c615
    • attilak's avatar
      [WIP] · 6ed050b3
      attilak authored
      works with challenge shopper
      6ed050b3
    • alessio's avatar
      Update css for 2.2 component · 5727c8d0
      alessio authored
      5727c8d0
    • attilak's avatar
      [WIP] · 6694b94f
      attilak authored
      PW-1103 new controller implemented, new di logic also.
      Oneclick payments are not working - a new builder needs to be created
      for that separately
      PW-1104 components are rendered, challengeShopper was not tested
      PW-1105 separate controller to handle the 3DS2.0 process created
      PW-1106 feature toggle implemented
      
      TODO:
      challengeShopper flow test and fix
      Oneclick fix
      checkout component 2.0 was updated therefore needs to be tested
      e.g. "save card data" checkout is rendered by the component now
      data builders need to use the Requests helper functions or should be
      deleted if never used
      Code review and refactor where needed
      6694b94f