Sylius / PayPalPlugin

Official integration with PayPal Commerce Platform
36 stars 54 forks source link

Fix ProcessPayPalOrderAction #299

Closed maikrosenthal closed 1 month ago

maikrosenthal commented 2 months ago
Q A
Branch? 1.6 (bug fixes, improvements)
Bug fix? yes
New feature? no

A customer name can contain more than just a first name and last name. It could also contain a salutation, middle names or a title. Using only the first two words of the full_name is therefore not sufficient.

The customer is also added to the address created. This means that the customer can change their shipping address after completing the order and can therefore influence the calculation of shipping costs and tax.

GSadee commented 1 month ago

Thanks, @maikrosenthal! :tada: