v2.0.7
What's Changed
- Prevent unnecessary payment cancellation after PayPal by @GSadee in #377
- Upgrade: phpseclib/phpseclib from 2.x to 3.x by @tomkalon in #385
- Remove 'final' from PayPalOrderItemController by @tomkalon in #386
- Truncate product name to fit PayPal API limits (max 127 characters) by @tomkalon in #384
- [OP 579] PHPSpec to PHPUnit by @rust-le in #378
- Fixes incorrect dependency on sylius/resource-bundle by @tomkalon in #382
- Fix/configuration and payment process by @tomkalon in #381
- Adjust README file + remove unnecessary /docs directory by @GSadee in #389
- [Maintenance] Add missing attributes mapping to entities by @NoResponseMate in #390
- Prevent cart from being cleared when PayPal Express checkout is canceled by @tomkalon in #383
- Cancel payment only if it's possible by @NoResponseMate in #391
- Fix performance issue of getting all payments within the payment flow by @NoResponseMate in #392
- [Maintenance] Update CI builds by @NoResponseMate in #397
- [ExpressCheckout] Get paypal methods directly instead of defaulting by @NoResponseMate in #394
- [Maintenance] Deprecate PaymentProvider in favour of PaypalPaymentQuery by @NoResponseMate in #398
- [DI] Allow setting sandbox mode and increased logging via env variables by @NoResponseMate in #405
- [ExpressCheckout] Allow skipping shipping/payment steps by @NoResponseMate in #404
- [Refund] Fix partial refunds within same day by @NoResponseMate in #401
- [Maintenance] Fix invalid PaymentMethod form labels by @NoResponseMate in #403
- Fix line items creation being tied with the number of taxes by @NoResponseMate in #399
- [Checkout] Fix supported locales resolving by @NoResponseMate in #402
- [Maintenance] Locale resolving fixes by @NoResponseMate in #406
- [PaymentMethod] Fix creating sandbox method by @NoResponseMate in #407
- [UPMERGE] 1.7 -> 2.0 by @SyliusBot in #379
- [Maintenance] Boost phpstan by @NoResponseMate in #410
- [Maintenance] Fix address setting flow in express checkout by @NoResponseMate in #408
- [Admin][PaymentMethod] Add validation to sandbox paypal fields by @NoResponseMate in #409
- fix(di): use phpseclib3 instead of phpseclib by @kevin-blackbird in #414
- [Maintenance][CI] Add container validation by @NoResponseMate in #415
- [Maintenance] Remove the need for certs in tests by @NoResponseMate in #417
- [Maintenance][CI] Exclude upmerge branches from push builds by @NoResponseMate in #418
- [UPMERGE] 1.7 -> 2.0 by @SyliusBot in #411
- [Maintenance][DX] Add var/ directory to gitignore by @NoResponseMate in #419
- [Maintenance] Configure .gitattributes by @NoResponseMate in #421
- [UPMERGE] 1.7 -> 2.0 by @SyliusBot in #422
- Reapply "Add service for creating PayPal sandbox payment methods" (#376) by @TheMilek in #424
New Contributors
- @rust-le made their first contribution in #378
- @kevin-blackbird made their first contribution in #414
- @TheMilek made their first contribution in #424
Full Changelog: v2.0.6...v2.0.7