Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 938 Bytes

UPGRADE.md

File metadata and controls

17 lines (11 loc) · 938 Bytes

UPGRADE FROM 1.3.0 to 1.3.1

  1. 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 FROM 1.2.3 to 1.2.4

  1. 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 FROM 1.0.X TO 1.1.0

  1. Upgrade your application to Sylius 1.8.

  2. Remove previously copied migration files (You may check migrations to remove here).