-
Hi,
I'm using Nets sdk version 2.1.3 for our Android application now. We managed to do the payment registration from the backend side and return the transaction id to the app. But when app starts …
-
Hi, I have this huge dataframe
['DOFFIN_ESENDERS.DOFFIN_APPENDIX',
'DOFFIN_ESENDERS.DOFFIN_APPENDIX.EXPRESSION_OF_INTEREST_URL',
'DOFFIN_ESENDERS.DOFFIN_APPENDIX.PUBLISH_TO_TED',
'DOFFIN_ESE…
-
I have net core 3.1 web app and trying to use this SDK. How do I configure in App.Setting
With below, it gives error that configuration not found.
"ConnectSDK": {
"connectTimeout": "5000",
…
-
**Describe the issue**
When i try to proceed payment i get error in vendor/ingenico/library-ops-m2/Helper/Order.php on line 138
Deprecated Functionality: strpos(): Non-string needles will be inter…
-
Can't install a release because of the following error
[RuntimeException]
Could not load package ingenico-epayments/connect-extension-magento2 in htt
p://repo.packagist.org: [UnexpectedValu…
-
on setup:upgrade throws error:
PHP Parse error: syntax error, unexpected 'LoggerInterface' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /var/www/html/vendor/ingenico-epayments/c…
-
With the introduction of an GraphQL API for Magento in version 2.3.0, there will inevitably be a growing number of users that needs support for their payment methods through GraphQL.
I'm currently …
kevva updated
3 years ago
-
Error is not being propagating to the calling function and "UNKNOWN" errors are impossible to act on. We have a use case where user might have an expired session and in order for us to "act" on this, …
-
https://github.com/Ingenico-ePayments/connect-extension-magento2/blob/e0c2e89951220596712c499774cb5bb55d00ad82/Model/Ingenico/Status/Resolver.php#L206
This line could leads to 500 error and it can be…
-
In it's current implementation the connect api calls are allocating twice the memory it needs when converting the server response.
The current steps from the network response to the java object are…