[PW-2858] SEPA tokenization for recurring payments (#795)
* First commit * remove the storepayment methods from front end * move the config to store payment methods * request is complete * Add the save token logic for alternative paymentmethods to Cron class * Remove unused logger from Checkout builder class * Remove rest od the logger * remove more unused code * remove commas * remove space * Working on adding the public_hash * Alternative payment method is displayed in Stored Payment Methods page * add adyen_hpp for alternative payment methods * add the TokenHppUiProvider class * [PW-2858] Moving HPP vault config to default Magento PM location * [PW-2858] HPP vault virtual types * [PW-2858] Extra configs and account constant usage * Fix code smell 2/5 * fix suggestions * Replace date time format * [PW-2858] Missing virtualtypes * [PW-2858] Extra virtualtypes and configs * [PW-2858] Token formatter for HPP * [PW-2858] Check if PM is adyen_hpp before saving recurring token * [PW-2858] Using Vault helper for the expDate * Restoring config label * [PW-2858] Adjusting VaultDetailsHandler.php to use vault helper * [PW-2858] Fix code smells * Update Helper/Requests.php Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com> * [PW-2858] phpcs fix * [PW-2858] getExpirationDate made private and using Vault consts from Cron.php * [PW-2858] Adding Date use statements * [PW-2858] Adding cron messages * Removing duplicated virtualtype * [PW-2858] phpcs fix Co-authored-by: Attila Kiss <42297201+cyattilakiss@users.noreply.github.com> Co-authored-by: acampos1916 <angel.campos@adyen.com> Co-authored-by: Marcos Garcia <marcos.asgarcia@gmail.com>
Showing
This diff is collapsed.
3.33 KB