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. 20 Nov, 2020 1 commit
    • Alexandros Moraitis's avatar
      [PW-3431] Merge generic component to 7.0.0-rc.1 (#888) · 10062ad9
      Alexandros Moraitis authored
      * Add bundle.js with checkout component version 3.12.1 (#828)
      
      Add the AdyenComponent var in the requireJS paramas
      
      * [PW-3133] Refactor threeds2 to paymentDetails (#829)
      
      * Refactor threeds2 to paymentDetails
      
      * paymentDetails.paymentDetails -> paymentDetails.process
      
      * [PW-3136]Processing generic payment details requests (#835)
      
      * Processing generic payment details requests
      Co-authored-by: default avatarmarcoss <marcos.silvagarcia@adyen.com>
      
      * [PW-3137] Refactor Payment Status endpoint (#839)
      
      * [PW-3127] Validate payment methods (#838)
      
      * payment methods response validation
      
      * Remove getConnectedTerminals
      
      * Refactor
      
      * Fix suggestions
      
      * Refactor paymentmethods
      
      * Refactor method names
      
      * Refactor payment method request
      
      * [PW-3174] Use the generic component for card payments (#840)
      
      * Use bundle instead of the component
      
      * Store action and additionalData from /payments response
      
      * [WIP] handle paymentDetails for card payments
      
      * Remove custom redirect page
      
      The checkout redirect component does the redirect for both 3DS1(now) and
      alternative payment(WIP)
      
      * Store and return details
      
      Store action, resultCode, additionalData, pspReference, nad paymentData
      
      * Show challenge in a popup for 3DS2
      
      * [PW-3180] Remove generalResponseValidator (#841)
      
      * Use bundle instead of the component
      
      * Store action and additionalData from /payments response
      
      * [WIP] handle paymentDetails for card payments
      
      * Remove custom redirect page
      
      The checkout redirect component does the redirect for both 3DS1(now) and
      alternative payment(WIP)
      
      * Store and return details
      
      Store action, resultCode, additionalData, pspReference, nad paymentData
      
      * Show challenge in a popup for 3DS2
      
      * Remove GeneralResponseValidator.php
      
      Change wrong phpdocs as well
      
      * Use Generic Components for Google Pay (#845)
      Co-authored-by: default avatarmarcoss <marcos.silvagarcia@adyen.com>
      
      * [PW-3131] Use generic component for alternative payment methods (#843)
      
      * Remove methodlist
      
      * Remove payment-details.js and move request into the service.js
      
      * Rename retrieveAvailablePaymentMethods to getPaymentMethods
      
      and return a promise instead of setting the methods when done
      
      * Remove threeds2-js-utils.js and usage
      
      * Add adyen-configuration.js
      
      * Initialize checkout component and store it
      
      * Use the new paymentMethods response from the component
      
      * Move logic from CcAuthorizationDataBuilder to CheckoutDataBuilder
      
      Remove CcAuthorizationDataBuilder.php
      
      * require php api library version 8
      
      Use checkout API v64 instead of 52
      Use the new services from the library since v7
      
      * Move logic from ThreeDS2DataBuilder to CheckoutDataBuilder
      
      Remove ThreeDS2DataBuilder.php
      
      * Simplify adyen-cc-method.js
      
      Send the whole state.data in 1 request field instead of manually mapping
      
      * Adjust adyen-payment-service to multi payment method structure
      
      the onAdditionalData callback can be handled only from the main
      adyenCheckout component therefore it cannot be created in one central
      place but in each payment method renderer
      
      * Adjust the AdyenCcDataAssignObserver to handle the full state data
      
      * Update generic component to the latest bundle
      
      * Fix 3DS1 response in CheckoutResponseValidator.php
      
      We don't need to map fields and store each field individually
      
      * Standardise cc and alternative payment methods observers
      
      Validate the top level keys in state.data from the checkout component
      Store additionalData fields in additionalInformation
      
      * Use state.data validated array for the /payments request
      
      Do not map each field in the request from additionalInformation but use
      the validated state.data array as a base request
      
      * Standardise alternative payment methods frontend
      
      Do not create checkout components one by one but while iterating through
      the paymentMethods list
      Build state.data for payment methods which has no component created
      Prefill component input fields with data the plugin already know
      Remove unused code
      
      * Remove line item itemId from checkout requests
      
      Version 64 does not support it anymore
      
      * Adjust personal details request structure to checkout version 64
      
      Open invoice payment methods required a different request structure
      before, in version 64 it has been standardised and enforced
      
      * Make paymentMethods array observable
      
      Update payment methods list when shipping address country is changed
      Rerender payment methods list on the frontend when paymentMethods array
      changes
      
      * Update view/frontend/web/js/model/adyen-configuration.js
      Co-authored-by: default avatarÁngel Campos <angel.campos@adyen.com>
      
      * Fix code smells
      
      * Fix removed dependency
      Co-authored-by: default avatarÁngel Campos <angel.campos@adyen.com>
      
      * Fix bug sonar after sonarcloud check
      
      * Add legend field
      
      * Add legend field in the correct place
      
      * Update Helper/Requests.php
      Co-authored-by: default avatarAttila Kiss <42297201+cyattilakiss@users.noreply.github.com>
      Co-authored-by: default avatarAttila Kiss <42297201+cyattilakiss@users.noreply.github.com>
      Co-authored-by: default avatarÁngel Campos <angel.campos@adyen.com>
      Co-authored-by: default avatarmarcoss <marcos.silvagarcia@adyen.com>
      Co-authored-by: default avatarMarcos Garcia <marcos.asgarcia@gmail.com>
      Co-authored-by: default avatarattilak <attila.kiss@adyen.com>
      10062ad9
  2. 22 Jul, 2020 1 commit
    • Rik ter Beek's avatar
      [PW-2087] Add Swish Payment Method and upgrade Component version to 3.4.0 This... · f2c67bb3
      Rik ter Beek authored
      [PW-2087] Add Swish Payment Method and upgrade Component version to 3.4.0 This commit has the following changes: (#770)
      
      * [PW-2087] This commit has the following changes:
      * With the added environment into the component is does not mather if we use the test or live component url. To remove complexity we will use the live endpoint on both environments.
      * Upgrade component version from 3.2.0 to 3.4.0. This requires a different way of loading in the component. This will change all payment method integration that is using checkout component.
      * Add swish payment method support with support for pending payment results and redering a QR code.
      * Environment and originKey is now as well needed for alternative payment methods so moved this into a genericConfigProvider.
      * The threeDS2processor is being used for 3DS2 and action payment methods. TODO we need to rename this to a generic name into the code this will mean a breaking change as interface will rename and PWA needs to adopt different API endpoint as this is a quick feature release I kept it out of scope.
      * Rename threeDS2PaymentData to generic adyenPaymentData as this will be used for alternative payent methods as well.
      * Remove unused ThreeDS2ResponseValidator file
      
      * fix phpcs warning
      
      * Remove duplicated getCheckoutEnvironment function
      
      * Update view/frontend/web/js/view/payment/method-renderer/adyen-hpp-method.js
      
      * remove debugger and add comment
      
      * Update view/frontend/web/js/view/payment/adyen-methods.js
      
      * Update Model/AdyenThreeDS2Process.php
      
      * revert hideCVC for recurring contracts needed to hide
      
      * Only for pending show back the component to the checkout form. For PresentToShopper redirect to success page to show action component.
      Co-authored-by: default avatarattilak <attila.kiss@adyen.com>
      Co-authored-by: default avatarAttila Kiss <42297201+cyattilakiss@users.noreply.github.com>
      f2c67bb3
  3. 24 Jun, 2020 1 commit
    • Attila Kiss's avatar
      [PW-2499] Fix codesniffer warnings and errors and prepare Release 6.1.2 (#737) · 5dfbe4d2
      Attila Kiss authored
      * Update phpcs to validate PSR2 rules
      
      * Fix PSR2 phpcs errors with phpcbf
      
      * Fix phpcs errors with phpcbf
      
      * Fix PSR2 phpcs errors
      
      * Reapply fix for boleto lastname key
      
      * Fix Api folder
      
      * Fix phpcs warning
      
      * Fix phpcs warning
      
      * Remove unused var
      
      * Version bump 6.1.2
      
      * Fix MagentoStandard phpcs warnings
      
      * Part of fixing the code sniffer errors
      
      * Part of fixing the code sniffer errors
      
      * Fix Magento Marketplace codesniffing warnings
      
      * Fix some code sniffer errors with phpcbf
      
      * Autoformat PSR12
      
      * Fix the path string with ::class
      
      * Fix empty spaces warnings
      
      * Fix Magento marketplace codesniffing warnings
      
      * Fix Magento marketplace codesniffing warnings
      
      * Set arguments defaults values at the end of the argument list
      
      * Code sniffer fixes
      
      * Fix Magento marketplace codesniffing warnings
      
      * remove empty return statement
      
      * Fix Static method cannot be intercepted error
      
      * Fix eror: Possible useless method overriding detected
      
      * Remove private const since it is only supported since php 7.1
      
      * Fix wrong class paths
      
      * Fix sonarcloud bugs
      
      table th element should have scope attribute when possible
      
      * Fix codesmells
      
      * Fix unit test
      
      * Remove ISSUE_TEMPLATE.md
      
      * fix wrong function call for formatStreet()
      
      * Add removed _prepareLayout() function back
      
      * Update Model/Cron.php
      Co-authored-by: default avatarÁngel Campos <angel.campos@adyen.com>
      
      * Update Model/Cron.php
      Co-authored-by: default avatarÁngel Campos <angel.campos@adyen.com>
      
      * Fix request's paymentMethod field
      Co-authored-by: default avataralexandros <alexandros.moraitis@adyen.com>
      Co-authored-by: default avatarÁngel Campos <angel.campos@adyen.com>
      5dfbe4d2
  4. 21 Dec, 2018 2 commits
    • attilak's avatar
      Modifications based on code review · baa8b547
      attilak authored
       - remove generation time
       - add checkout sdk live and test version
       - cvc is not required (e.g. at recurring)
      baa8b547
    • attilak's avatar
      PW-634 frontend · 5bc78129
      attilak authored
      - Remove CSE library at One click
      - Add Card components (CVC) instead of CSE
      - Move to new beta card components
      - Remove expiry date update from the template and the js
      5bc78129
  5. 11 Dec, 2018 1 commit
  6. 13 Nov, 2018 1 commit
  7. 08 Nov, 2018 1 commit
    • attilak's avatar
      PW-634 frontend · 51a6afda
      attilak authored
      - Remove CSE library at One click
      - Add Card components (CVC) instead of CSE
      - Move to new beta card components
      - Remove expiry date update from the template and the js
      51a6afda
  8. 02 Aug, 2016 2 commits
  9. 01 Aug, 2016 1 commit
  10. 25 Jul, 2016 1 commit
  11. 28 Jun, 2016 1 commit
  12. 23 May, 2016 1 commit
  13. 01 Dec, 2015 1 commit
  14. 27 Nov, 2015 1 commit
  15. 22 Sep, 2015 2 commits
  16. 16 Sep, 2015 1 commit
  17. 19 Aug, 2015 1 commit