Hello and thanks for the great module,
Problem/Motivation
Can you provide support for Encrypt module too? It is a dependency for 2FA and we cannot use both modules, unfortunately.
Best,
Orkut
Hello and thanks for the great module,
Can you provide support for Encrypt module too? It is a dependency for 2FA and we cannot use both modules, unfortunately.
Best,
Orkut
Comments
Comment #2
kartagisWhat feature of encrypt might iyzipay need?
Comment #3
orkutmuratyilmazWhen we install iyzipay, it installs Encryption module, because it's a dependency. After the installation, it starts a conflict between Encrypt and Encryption modules.
Encrypt module is being used by the variety of modules, especially in Drupal 10. TFA 2.0.x module uses it as a dependency.
I've examined the code of the iyzipay module and I've noticed that the module uses Encryption as service:
On the 182nd line of src/Plugin/Commerce/PaymentGateway/IyzipayOnsite.php, it is defined as a variable:
Also, on the 26th line of src/Plugin/Commerce/PaymentMethodType/FullCreditCard.php too.
The modules use Encrypt (instead of Encryption) calls the Encrypt via api like:
Adding Encrypt functionality will be so nice for more advanced security options to iyzico module.
Comment #6
kartagisFixed and committed to 2.x, thanks.
Comment #7
kartagisComment #8
orkutmuratyilmazThanks for this feature:)
Comment #9
kartagisHave you tested it out yet?