An error occurred fetching the project authors.
- 25 Apr, 2019 1 commit
-
-
attilak authored
-
- 12 Apr, 2019 1 commit
-
-
alessio authored
-
- 07 Mar, 2019 1 commit
-
-
attilak authored
-
- 25 Jan, 2019 1 commit
-
-
Alessio Zampatti authored
-
- 21 Jan, 2019 2 commits
-
-
Rik ter Beek authored
-
Rik ter Beek authored
-
- 09 Jan, 2019 3 commits
-
-
Alessio Zampatti authored
Add CheckoutUtility service creation to try/catch block, to prevent exception thrown while in production mode if the endpoint prefix is not specified
-
Alessio Zampatti authored
-
Rik ter Beek authored
fix to not store as oneclick if shopper does not want to store it card, don't autofill checkbox for storing card and fix new card labels
-
- 08 Jan, 2019 3 commits
-
-
stkams authored
* Add setting to share billing agreements per store. Improved error logging. Add a possibility for UCD to retrieve the customer ID for the billing agreement in a different way. * The originKey can depend on store-level settings (like demo/live mode) in rare cases like the UCD * Fixed some minor code issues
-
Alessio Zampatti authored
Check if order-billingagreement relation exists in paypal_billing_agreement_order table before adding it
-
attilak authored
-
- 31 Dec, 2018 1 commit
-
-
Rik ter Beek authored
-
- 27 Dec, 2018 1 commit
-
-
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.
-
- 21 Dec, 2018 11 commits
-
-
Rik ter Beek authored
-
Alessio Zampatti authored
Added createAdyenBillingAgreement function in helper, calls setCcBillingAgreement in billing agreement model
-
attilak authored
-
attilak authored
- remove generation time - add checkout sdk live and test version - cvc is not required (e.g. at recurring)
-
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
-
attilak authored
-
attilak authored
Add Checkout utility factory into Helper\Data
-
attilak authored
Add live endpoint prefix to initialize client
-
attilak authored
-
attilak authored
- Card components instead of CSE - 3D secure adjusted - Installments adjusted - Dependent php-api-library change (on the branch PW-306)
-
attilak authored
password - Remove username, password (test, live) from admin/store configuration/ required settings. Add API Key instead - Get secure fields SDK based on isDemo - Include checkout js components - Remove CSE library and tokens
-
- 20 Dec, 2018 1 commit
-
-
Alessio Zampatti authored
Added createAdyenBillingAgreement function in helper, calls setCcBillingAgreement in billing agreement model
-
- 11 Dec, 2018 1 commit
-
-
Rik ter Beek authored
-
- 04 Dec, 2018 3 commits
- 19 Nov, 2018 1 commit
-
-
attilak authored
-
- 16 Nov, 2018 1 commit
-
-
attilak authored
-
- 15 Nov, 2018 1 commit
-
-
attilak authored
-
- 13 Nov, 2018 2 commits
-
-
Alessio Zampatti authored
* removed customerCollectionFactory * do not expose storemanager, storeid mandatory for getAdyenMerchantAccount * phpdoc fix
-
attilak authored
- remove generation time - add checkout sdk live and test version - cvc is not required (e.g. at recurring)
-
- 12 Nov, 2018 2 commits
-
-
Aleffio authored
Remove customer prefix, re-add 1 minute delay on notifications, re-add store_id on query Billing Agreements
-
stkams authored
* customer reference prefix * added java doc; made customer_reference_prefix only available in default * workaround for adyen notification processing delay * updated the module version to that of master * Allow to retrieve api key for a specified store
-
- 09 Nov, 2018 3 commits
-
-
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
-
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
-
Aleffio authored
-