Commit 6d46a1c
authored
fix(di): use phpseclib3 instead of phpseclib (#414)
Hello,
On the version 1.7.6 for Sylius 1 there is a little error on DI for
service `sylius.paypal.client.sftp`, the class is `phpseclib\Net\SFTP`
but the `Sylius\PayPalPlugin\Downloader\SftpPayoutsReportDownloader` use
`phpseclib3\Net\SFTP`
This cause the error on report download :
```
Attempted to load class "SFTP" from namespace "phpseclib\Net".
Did you forget a "use" statement for "phpseclib3\Net\SFTP"?
```
Kind regards,
Kévin1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | | - | |
| 255 | + | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
| |||
0 commit comments