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. 25 Apr, 2019 1 commit
  2. 12 Apr, 2019 1 commit
  3. 07 Mar, 2019 1 commit
  4. 25 Jan, 2019 1 commit
  5. 21 Jan, 2019 2 commits
  6. 09 Jan, 2019 3 commits
  7. 08 Jan, 2019 3 commits
  8. 31 Dec, 2018 1 commit
  9. 27 Dec, 2018 1 commit
    • Rik ter Beek's avatar
      Refactor the complete oneclick process as it was not correctly send to... · 99d1ec99
      Rik ter Beek authored
      Refactor the complete oneclick process as it was not correctly send to checkout api. Build a converter to convert oneclick,recurring to enableOneclick and enableRecurring to make it easier for the merchants to configure. Update version so upgrade script will be executed. Added converter back to oneclick,recurring to be backwards compatible with current billing agreements. Made fixes for oneclick and bcmc. added styles for cards component and oneclick component.
      99d1ec99
  10. 21 Dec, 2018 11 commits
  11. 20 Dec, 2018 1 commit
  12. 11 Dec, 2018 1 commit
  13. 04 Dec, 2018 3 commits
  14. 19 Nov, 2018 1 commit
  15. 16 Nov, 2018 1 commit
  16. 15 Nov, 2018 1 commit
  17. 13 Nov, 2018 2 commits
  18. 12 Nov, 2018 2 commits
  19. 09 Nov, 2018 3 commits
    • Alessio Zampatti's avatar
      PW-503: Parse Payment receipt from TerminalAPI PaymentResponse (#304) · 1c9b2899
      Alessio Zampatti authored
      * PW-503: Parse Payment receipt from TerminalAPI PaymentResponse
      
      * PW-503: call formatTerminalAPIReceipt from the validator
      
      * PW-503: removed redundant html tags, added custom table class
      
      * PW-503: removed redundant table, refactor, added nbsp if empty
      1c9b2899
    • Alessio Zampatti's avatar
      PW-489 Implement terminal API (#279) · 16ca2716
      Alessio Zampatti authored
      * PW-489: Added Initiate call before placing the order
      
      * PW-489: Construct sync call request on Magento instead of on the Util Library, add encryptor on pos api key
      
      * PW-489: Removed logger/comments
      
      * PW-458: Implemented status call every 5 seconds, added timeout on Initiate call
      
      * PW-458: Fixed terminalAPI guest checkout, added configuration for pos_timeout, return immediately if response from Initiate call
      
      * PW-458: Do not show pos_timeout in config
      
      * PW-458: Retrieve quoteid from the backend, added PHP library version requirement, using settimeout instead of setinterval, removed pos_timeout from adyen_pos_cloud xml, renamed Initiate button label back to Place Order, replaced the .done().fail() flow with .always() on the frontend
      16ca2716
    • Aleffio's avatar