According to the documentation, Ds_Merchant_Titular is the cardholder name and in the module is using the same data as Ds_Merchant_MerchantName, that is the name of the owner of the shop.
This creates an issue when showing the summary of the payment: displaying the data of the shop instead of the customer. See attached picture.
Patch coming soon.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | commerce_sermepa-removed-merchant_titular-usage-2434137-4.patch | 2.66 KB | facine |
Comments
Comment #1
David Hernández commentedThis patch replaces the usage of Ds_Merchant_Titular with the correct one: Ds_Merchant_MerchantName.
This patch will break every current installation of the module. As I wasn't able to find a way to update the settings of the rule programmatically, I couldn't provide an upgrade path.
Comment #2
facine commentedHello, good caught,
right now I can not prove it, somebody could?
Thanks!
Comment #3
facine commentedSorry, some errors.
Comment #4
facine commentedAnd finally... I could try it and if it works well!
Thanks!
Comment #6
facine commentedFixed
Thanks!