We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

  • Alexandros Moraitis's avatar
    [PW-2858] SEPA tokenization for recurring payments (#795) · 2bbf8fd0
    Alexandros Moraitis authored
    * 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: default avatarMarcos 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: default avatarAttila Kiss <42297201+cyattilakiss@users.noreply.github.com>
    Co-authored-by: default avataracampos1916 <angel.campos@adyen.com>
    Co-authored-by: default avatarMarcos Garcia <marcos.asgarcia@gmail.com>
    2bbf8fd0
Vault.php 7.91 KB