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
if I order with a payone payment method, after the order is generated a persistor overwrites the billing address phone number with a value from the request. But in our case the request has no phone number and overwrites it with an empty value. This is a wrong behavior.
I found the correct php class:
\PayonePayment\Components\CustomerDataPersistor\CustomerDataPersistor::saveOrderData
The problem is, we programmed an order exporter and read out the 'order_address' phone number. In our cases the phone number is always empty.
Best
Nico
The text was updated successfully, but these errors were encountered:
Hi all,
if I order with a payone payment method, after the order is generated a persistor overwrites the billing address phone number with a value from the request. But in our case the request has no phone number and overwrites it with an empty value. This is a wrong behavior.
I found the correct php class:
\PayonePayment\Components\CustomerDataPersistor\CustomerDataPersistor::saveOrderData
The problem is, we programmed an order exporter and read out the 'order_address' phone number. In our cases the phone number is always empty.
Best
Nico
The text was updated successfully, but these errors were encountered: