You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$this->setParameter('titular', $merchantName); //is this right??
}
If I'm not wrong, the merchant name would be the name of your business and the "titular" parameter would be the cardholder, so it must be the complete name of the client, and not the business name at all!
Would you want a PR for this?
The text was updated successfully, but these errors were encountered:
Hi @devnix
You are right, that parameter value is wrong. I am sorry I have not time at all to fix this, but I can merge a PR if you want to create one.
Hi! I was checking out your integration as I want to implement Omnipay instead of working directly with Redsys.
I've found that you are setting the
Ds_Merchant_Titular
parameter the same asDs_Merchant_MerchantName
insermepa-omnipay/src/Gateway.php
Lines 38 to 42 in 3f21458
If I'm not wrong, the merchant name would be the name of your business and the "titular" parameter would be the cardholder, so it must be the complete name of the client, and not the business name at all!
Would you want a PR for this?
The text was updated successfully, but these errors were encountered: