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.

Comments

David Hernández’s picture

Status: Active » Needs review
StatusFileSize
new1.61 KB

This 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.

facine’s picture

Hello, good caught,
right now I can not prove it, somebody could?

Thanks!

facine’s picture

Sorry, some errors.

facine’s picture

And finally... I could try it and if it works well!

Thanks!

facine’s picture

Status: Needs review » Closed (fixed)

Fixed

Thanks!