We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

An error occurred fetching the project authors.
  1. 22 Nov, 2019 1 commit
  2. 06 Nov, 2019 1 commit
  3. 29 Oct, 2019 1 commit
    • Rik ter Beek's avatar
      PW-1800 first place order before doing authentication, remove payment… (#559) · 01997eee
      Rik ter Beek authored
      * PW-1800 first place order before doing authentication, remove payment endpoint, add plugin to add 3DS data back to the front-end.
      
      * PW-1800 add missing file for building 3DS2data
      
      * PW-1800 fix 3DS 1.0 payments and add validation to last payment call. If not authorised provide error message back to the front-end
      
      * PW-1800 add error messages for oneclick payments on failed payments
      
      * Update Helper/Requests.php
      Co-Authored-By: default avatarcyattilakiss <42297201+cyattilakiss@users.noreply.github.com>
      
      * remove unused constructor, make input paramaters private
      
      *  - cancel order if payment is refused
       - remove store_cc = true from onclick frontend js
      01997eee
  4. 11 Oct, 2019 1 commit
  5. 30 Aug, 2019 1 commit
  6. 29 Aug, 2019 1 commit
  7. 12 Aug, 2019 1 commit
    • Alessio Zampatti's avatar
      PW-390 Pay with Google for Web (#496) · 42c7908f
      Alessio Zampatti authored
      * PW-390 Added Google Pay skeleton/configuration
      
      * PW-390 Added Google Pay method on frontend + authorizationdatabuilder, config provider/logo
      
      * PW-390 Save BillingAgreements for googlepay
      
      * PW-390 Save vault token for GooglePay, fix button issue on css, fix isavailable promise
      
      * remove comments
      
      * Set token invisible for shopper if payment method is Google Pay
      
      * split formatAmount into formatAmount and decimalNumbers
      
      * PW-390 use only one merchant identifier for test/live, reformat comment in configuration
      42c7908f
  8. 01 Aug, 2019 1 commit
  9. 23 Jul, 2019 1 commit
  10. 17 Jul, 2019 1 commit
  11. 16 Jul, 2019 1 commit
  12. 03 Jul, 2019 2 commits
    • attilak's avatar
      Remove CHECKOUT_ENVIRONMENT_URL_LIVE and CHECKOUT_ENVIRONMENT_URL_TEST - · e3446216
      attilak authored
      we are not using them anymore
      Use TEST and LIVE instead of CHECKOUT_ENVIRONMENT_URL_TEST and
      CHECKOUT_ENVIRONMENT_URL_LIVE
      Add styling for admin
      Add component version number in the css files as well
      e3446216
    • attilak's avatar
      Version bump component from 2.5.0 to 3.0.0 · 3c41d3e6
      attilak authored
      Using environment in components instead of loadingContext
      Rename functions for getCheckoutContextUrl to getCheckoutEnvironment
      Update styling
      Follow component response changes - instead of state.data remap values
      to state.data.paymentMethod
      3c41d3e6
  13. 21 Jun, 2019 1 commit
  14. 19 Jun, 2019 1 commit
  15. 06 Jun, 2019 1 commit
  16. 21 May, 2019 1 commit
  17. 17 May, 2019 3 commits
  18. 16 May, 2019 1 commit
    • attilak's avatar
      Fix new klarna integration for checkout api · 216266c3
      attilak authored
      Format line item tax percentage
      Remove the check in the Result.php for merchantReference, because it is
      not required anymore
      Add locale code to payments code
      216266c3
  19. 14 May, 2019 7 commits
    • 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
    • attilak's avatar
      Resolve code review comments · a9a446ee
      attilak authored
      a9a446ee
    • 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
    • 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] · 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
    • attilak's avatar
      [WIP] · 5c9e1a54
      attilak authored
      works until identifyShopper
      5c9e1a54
  20. 09 May, 2019 1 commit
    • cyattilakiss's avatar
      PW-1236 Release Checkout API (#440) · 213ec7aa
      cyattilakiss authored
      * Using paymentMethods instead of directory lookup and some optimizations
      
      * add shopperLocale as well in the parameters
      
      * rename fetchHppMethods
      
      * Route HPP / APMs through checkout /payments
      
      * Handle both old HPP and the new checkout api flow
      Response will be handled in PW-705
      
      *  - Exclude open invoice payments from the checkout flow and route them
      through hpp
       - Code changes based on review
      
      * Handle response from Checkout API redirect
      
      * Resolve review comments
       - Add Received case into the Results controller
       - change depricated authResponse to resultCode
      
      * Move open invoice to checkout
      Put HPP redirect and Validate3d redirect (general handler) together
      Put HPP into the authorize flow instead of the order flow
      Show gender, date of birth and phone number for open invoice payment
      methods all the time - remove the admin settings
      Fix house number in the AddressBuilder
      Add first name, last name and country code in the CustomerDataBuilder
      
      * New function getStreetFromString in the helper that converts the street
      line into street and house number
      Fixes for code reviews
      
      * Move apple pay to checkout
      
      * Modifications for paymentMethods response
      Pass issuer for APMs
      
      * remove console log
      
      * Rename HppAuthorizationDataBuilder to CheckoutDataBuilder
      Add sepa direct debit component
      Fix place order button - enabled when the input is valid
      refactor in adyen-hpp-methods.js
      remove dedicated sepa direct debit payment method
      
      * rename ideal node
      remove onValid and onError callbacks, move functionality to onChange
      
      * fix onChange validity check
      
      * remove unused getSepaCountries function
      
      * additionalData is not necessary in the checkout api request
      
      * remove duplicated use
      
      * Style holder name input field
      Shareable checkout component for oneclick
      Move onValid and onError to OnChange
      
      * Add boleto method
      
      * Hide all the others boleto payment methods
      
      * Change shopperName to personalDetails, add telephone number and email
      address to personalDetails in the payments request if open invoice
      Move checkout component to version 2.1
      Add the new checkout component css
      Add klarna and afterpay component
      
      * Clean paReq, MD, paymentObject only after handling the paymentsDetails
      call
      Use redirectUrl for issuerUrl as well
      Fix 3d secure flow
      
      * checkout component 2.1 from beta to live urls
      
      * Remove unused properties CheckoutDataBuilder.
      
      * Move the store id back
      
      * Applying fix for 3dsecure not working on Magento 2.3
      
      * Applying fix for 3dsecure to retrieve resultCode
      
      * Redirect.php handles validate3d, vault and apm redirects and creates the
      billing agreement immediately
      The authorize3d call returns now the whole response object
      Installments are adjusted to the checkout component v2.1
      OnBrand component callback implemeted for cc payments
      HPP error messages implemented for refused payments
      
      * fix instant billing agreement creation for redirect payment methods
      
      * remove validate3d.php
      
      * Fix oneclick component edge case for v2.1
      if it's maestro and the cvc is empty or not empty and valid then order
      can be placed, if not empty and not valid then it cannot be placed
      
      * fix component missing from parameters
      
      * Check CVC validity at cc payment as well for the maestro edgecase
      (if the cvc is optional but the user already typed something which is
      not valid)
      At oneclick remove the bcmc check since the component now handles it
      Remove the oneClick property - not necessary anymore
      Outsource getting the details into a separate function
      
      * Remove df.js and device fingerprinting
      Leave ratepay fingerprint as it was
      
      * update css for card component for backend orders (#398)
      
      * handle Received result in Checkout validator
      
      * simplify cases
      
      * Add social security number support for openinvoice pm-s
      Adjust ssn for checkout api
      fix styling
      
      * return value fix
      
      * added logos
      
      * added some doku logos and changed the main credit card logo
      
      * fix pms with isuuerlist without component (#402)
      
      * fix for payment methods that have fields different from "issuer"
      
      * Adding molpay logos
      
      * add ratepay logo
      fix format invoice line item amounts
      
      * Adding logos(molpay, econtext_online)
      
      * filter out bcmc_mobile_qr for now
      
      * format the tax amount in openinvoice line items
      
      * add dragonpay logo
      
      * add dragonpay logos
      
      * Remove unused boleto methods and fix for single configured value
      
      * add ACH logo
      
      * Add the correct boleto list
      
      * Correct billing address for boleto
      
      * Add ACH checkout support
       - add bank account number
       - add bank location id
       - add bank account owner name
       - add validation on frontend
      
      * typo
      
      * add support for banktransfer_iban
      
      * Make constants more readable
      
      * added checks if payment object exists and fix _blank links
      
      * Add missing logos
      
      * Rename Adyen HPP to Alternative payment methods
      
      Remove functions and settings related to
      - payment_selection_on_adyen
      - payment_routine
      - skin_code
      - hmac_test
      - hmac_live
      - ignore_second_address_field
      - delivery_days
      at Adyen HPP
      
      Update fall back notes at pay by mail settings
      
      * [PW-1054] Implement multibanco payment method
      
      * Add logos
      
      * Add logos
      
      * Update filter function
      
      * Remove unnecessary payment routines
      
      * Resolve code review comments
      
      * Resolve code review comments
      Add logos
      
      * Revert isOpenInvoiceMethod changes
      
      * readding VaultDetailsHandler to di.xml
      
      * readding imports necessary for creating vault tokens in case of 3dsecure
      213ec7aa
  21. 03 May, 2019 1 commit
  22. 25 Apr, 2019 1 commit
  23. 19 Apr, 2019 1 commit
  24. 16 Apr, 2019 1 commit
  25. 12 Apr, 2019 1 commit
  26. 07 Mar, 2019 1 commit
  27. 25 Jan, 2019 1 commit
  28. 21 Jan, 2019 2 commits
  29. 09 Jan, 2019 2 commits