Mais Alheraki
Mais Alheraki
Correct me if I'm wrong please, you're looking into how the SDK communicates with Flutter? I can provide as many details about the internals as I can in this issue,...
The status endpoint is unnecessary, but the checkout endpoint is necessary because each payment to be submitted needs a checkoutId in the mobile SDK, there's no way to initialize a...
These steps are totally achievable with the plugin and this is how I used it, the only problem is that you have to make a dummy Uri for the statusEndpoint...
I see your point, you're right, entities shouldn't be included in the client. I remember trying to fix it but it was going to be a big breaking change for...
Dear @azharkhan1, as the title of this issue suggests, I've discontinued work on this plugin. If you have any solutions you would like to merge, open a PR and would...
@obayit happy to hear that! :)
Could you please provide the details of the device that you tested on: - Emulator or real? - What's the Android version?
Have you made sure your backend is setup properly? it worths testing each endpoint in postman before trying to integrate with the plugin.
I believe this's already done here: https://github.com/nyartech/hyperpay/blob/57c10845389eace2ee5d3bfa08a21520d739a35b/android/src/main/kotlin/com/nyartech/hyperpay/HyperpayPlugin.kt#L121-L122 I have Crashlytics setup in an app using this plugin, but I don't see any crashes related to it, can you give an...
Could you try the latest update from the `main` branch? I removed the service connection completely, but pay attention to the [migration notes here](https://github.com/nyartech/hyperpay#migration-to-v100).