sylius_paypal_plugin_pay_with_paypal_form
route now operates on both payment ID and order token. URl then changed from/pay-with-paypal/{id}
to/pay-with-paypal/{orderToken}/{paymentId}
. If you use this route anywhere in your application, you need to change the URL attributes
sylius_paypal_plugin_pay_with_paypal_form
route now operates on both payment ID and order token. URl then changed from/pay-with-paypal/{id}
to/pay-with-paypal/{orderToken}/{paymentId}
. If you use this route anywhere in your application, you need to change the URL attributes
-
Upgrade your application to Sylius 1.8.
-
Remove previously copied migration files (You may check migrations to remove here).