Sylius / PayPalPlugin

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

Fix and clean up UpdatePayPalOrderAction #297

Closed maikrosenthal closed 2 months ago

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

The UpdatePayPalOrderAction fails to update the PayPal order.

The call of ParameterBag::get('shipping_address') should return a scalar value but returns an array.

GSadee commented 2 months ago

Thanks, @maikrosenthal! :tada: