Open lbajsarowicz opened 4 weeks ago
Solution Add missing declaration for transferFactory
.
diff --git a/etc/di.xml b/etc/di.xml
--- a/etc/di.xml
+++ b/etc/di.xml (date 1729853520343)
@@ -306,5 +306,9 @@
</arguments>
</virtualType>
-
+ <type name="Sezzle\Sezzlepay\Model\Api\V1">
+ <arguments>
+ <argument name="transferFactory" xsi:type="object">Sezzle\Sezzlepay\Gateway\Http\TransferFactory</argument>
+ </arguments>
+ </type>
</config>
I wish you were more thorough with testing, as this really affects businesses you work with.
Sorry for that. We are aware of that issue and that's in progress and going to go in the next release.
After installing and setting up your extension in Magento 2, we started to encounter significant issues with Cron Job reliability:
A brief investigation shows that the problem is caused by Log synchronization. Although we disabled log sync, the problem still occurs.
There's problem with resource handling:
This must be somehow related to the following error:
When I execute
n98-magerun2 sys:cron:run sezzle_sync_logs
I'm looking further.