-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Don't Work with CETELEM and probably others #8
Comments
Here is a replacement function wich work for me :
|
Nobody here ? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This module don't send required informations about buyer to CETELEM. CETELEM 3X and 4X can't work.
buyer data sent by module contain only few informations. It's missing at least :
buyer.title
buyer.mobilePhone
In vendor/monext/module-payline/PaylineApi/Request/DoWebPayment.php, function prepareBuyerData(&$data) near from line 192.
Function should be adapted to be like prepareBillingAddressData for example and provide all mandatory informations about buyer.
The text was updated successfully, but these errors were encountered: