@@ -135,7 +135,7 @@ public function __construct(
135135 The old service IDs have been removed, and all references must be updated accordingly :
136136
137137 | Old ID | New ID |
138- |---------------------------------------------------------------------------|-------------------------------------------------------------------------|
138+ |---------------------------------------------------------------------------|-------------------------------------------------------------------------|
139139 | `Sylius\PayPalPlugin\ApiPlatform\PayPalPayment` | `sylius_paypal.api_platform.paypal_payment` |
140140 | `Sylius\PayPalPlugin\Command\CompletePaidPaymentsCommand` | `sylius_paypal.console.command.complete_paid_payments` |
141141 | `Sylius\PayPalPlugin\Controller\CancelLastPayPalPaymentAction` | `sylius_paypal.controller.cancel_last_paypal_payment` |
@@ -182,7 +182,7 @@ public function __construct(
182182 the primary service IDs, and the old service IDs remain as aliases :
183183
184184 | Current ID | New Alias |
185- |-------------------------------------------------------------------------|-----------------------------------------------------|
185+ |-------------------------------------------------------------------------|-----------------------------------------------------|
186186 | `Sylius\PayPalPlugin\Api\AuthorizeClientApiInterface` | `sylius_paypal.api.authorize_client` |
187187 | `Sylius\PayPalPlugin\Api\CacheAuthorizeClientApiInterface` | `sylius_paypal.api.cache_authorize_client` |
188188 | `Sylius\PayPalPlugin\Api\CompleteOrderApiInterface` | `sylius_paypal.api.complete_order` |
@@ -221,7 +221,7 @@ public function __construct(
2212211. The following parameters have been renamed :
222222
223223 | Old parameter | New parameter |
224- |------------------------------------------|------------------------------------------|
224+ |------------------------------------------|------------------------------------------|
225225 | `sylius.paypal.prioritized_factory_name` | `sylius_paypal.prioritized_factory_name` |
226226 | `sylius.pay_pal.request_trials_limit` | `sylius_paypal.request_trials_limit` |
227227 | `sylius.paypal.logging.increased` | `sylius_paypal.logging.increased` |
0 commit comments