- 13 Jan, 2020 2 commits
-
-
Ángel Campos authored
-
Ángel Campos authored
* Fix for extending Yesno class in YesNoBillingAgreements * [PW-1686]: Update configuration UI Payment methods > Credit cards * New config groups: Credit card, Store payment details options * Removed Country Specific config group * Renamed Advanced Settings config group to Advanced options * Credit cards ordered A-Z * Renamed Vault Enabled to Store recurring contracts * Moved store_oneclick enable dropdown to Credit Card > Store payment details options
-
- 10 Jan, 2020 7 commits
-
-
Rik ter Beek authored
-
cyattilakiss authored
[PW-1694]: Updating configuration UI for Payment methods > Apple Pay
-
cyattilakiss authored
PW-1687rev reverting constant changes
-
cyattilakiss authored
Add try catch into cron process when new adyen_order_payment entity is added Turned out that other plugins can intercept into invoice creation and these are potential sources of exceptions. After inserting a new adyen_order_payment entity we start the invoice creation process and if something goes wrong during that process we reprocess the notification in the next batch. Therefore the adyen_order_payment is already saved and the next run will violate the unique constraint setting of the table. This is a quick solution to prevent the process to stop and the order to get stuck because of this exception. Resolves GitHub issues: #603, #610
-
Alessio Zampatti authored
-
alessio authored
-
Rik ter Beek authored
-
- 09 Jan, 2020 13 commits
-
-
Alexandros Moraitis authored
* Add payment methods group * Add payment methods xml file * Added depends tag for specific country * Added depends tag for specific country, Correct capitalization
-
Alessio Zampatti authored
* PW-1688: UI Alternative Payment Methods => Local Payment Methods * Update Model/Config/Source/SplitPaymentRefundStrategy.php Co-Authored-By:
Marcos Garcia <marcos.asgarcia@gmail.com> * fixed capital * Extended YesNo with changed label for billing agreements * remove unused file * fix typo
-
Alexandros Moraitis authored
* Update ui for magento order management * Add comment * Add comment * Add config default values Magento order management
-
Alessio Zampatti authored
-
Alexandros Moraitis authored
This reverts commit b74687fc.
-
Alexandros Moraitis authored
-
Alexandros Moraitis authored
* Add pos settings * Remove tooltips * Remove tooltip for merchant account * Minor labels updates * Minor labels updates
-
Alexandros Moraitis authored
* UI changes for pw-1677, Refactor for pw-1678 * Add new logo, remove tooltips * Remove files * Remove wrong html file * Change the section title
-
Alexandros Moraitis authored
* Update admin UI: Adyen settings for ecommerce payments * Update admin UI: Add file Adyen settings ecommerce payments * Correct typo * Change the sord order number of items
-
Alexandros Moraitis authored
* Add global settings in backoffice * Add backend model global settings * Add global settings in backoffice
-
acampos1916 authored
-
acampos1916 authored
-
acampos1916 authored
-
- 08 Jan, 2020 1 commit
-
-
Ángel Campos authored
Update CODEOWNERS
-
- 07 Jan, 2020 1 commit
-
-
Alessio Zampatti authored
Fix typo saleToAcquirerData
-
- 06 Jan, 2020 1 commit
-
-
alessio authored
-
- 03 Jan, 2020 1 commit
-
-
cyattilakiss authored
The 3DS2 toggle setting is ignored since version 5.0.0 because of a major change. Add the check back in the Request buildThreeDS2Data()
-
- 30 Dec, 2019 1 commit
-
-
Rik ter Beek authored
* PW-1190 add magento info into request * PW-1190 add unit tests and fix current ones. Add codesniffer and magento/magento-coding-standard to easy validate code within the repo. Add paypal reference as we have a depencency to paypal module as we need it for billing agreements. * [WIP] Feature/pw 1190 travis (#606) * add travis file * add credentials encrypted will only work for local branches * fix commands * add ruleset * update travis to execute all plugin code * remove params as it is declared into the ruleset. and update version codesniffer * only fail and show errors not warnings * added arguments p and n for better visibility and ignoring warning in ruleset xml * use relative path to fix local check
-
- 16 Dec, 2019 2 commits
-
-
alessio authored
-
Alessio Zampatti authored
* Add combo card for Brazilian shoppers * PW-1880: set ['paymentMethod']['type'], check if billingaddress is BR and currency BRL * PW-1918: added EOLs * PW-1880: removed logger * PW-1880: add installments if they are set(not only on Credit), unset them if Debit * PW-1880: move combocards check to the frontend * PW-1880: fix for other debit cards
-
- 10 Dec, 2019 1 commit
-
-
Alessio Zampatti authored
PW-1918: fixes #489, order was not cancelled when in Payment review state and AUTHORISATION false is processed (#598)
-
- 06 Dec, 2019 1 commit
-
-
Alessio Zampatti authored
-
- 03 Dec, 2019 1 commit
-
-
Alessio Zampatti authored
* PW-1887: fix for pms(afterpaytouch) with checkoutIssuerDirectLinkEnabled * remove unnecessary if * fix variable * refactor
-
- 22 Nov, 2019 7 commits
-
-
Rik ter Beek authored
[PW-1835] paymentMethods endpoint returns all payment methods. Filter…
-
rikt authored
-
Rik ter Beek authored
Co-Authored-By:
Marcos Garcia <marcos.asgarcia@gmail.com>
-
Rik ter Beek authored
Co-Authored-By:
Marcos Garcia <marcos.asgarcia@gmail.com>
-
Rik ter Beek authored
Co-Authored-By:
Marcos Garcia <marcos.asgarcia@gmail.com>
-
Rik ter Beek authored
Co-Authored-By:
Marcos Garcia <marcos.asgarcia@gmail.com>
-
rikt authored
[PW-1835] paymentMethods endpoint returns all payment methods. Filtering happens in front-end validation and removed unused helpers.
-
- 21 Nov, 2019 1 commit
-
-
Marcos Garcia authored
-