Closed jeremiahseun closed 7 months ago
Awesome, thanks for the info! I will check out.
On Fri, 5 Apr 2024 at 15:00, Jeremiah Oluwaseun Erinola < @.***> wrote:
I was searching for how to implement Split Payments. After a lot of research, I was able to make it work with this package and without an external dependency.
So I decided to share this information so that when someone encounters this issue, this package can be the perfect fix for them.
All contributions are in the README.md file.
Gracias! 👌🏾
You can view, comment on, or merge this pull request online at:
https://github.com/Princewil/flutter_paystack_plus/pull/9 Commit Summary
- d1a94e0 https://github.com/Princewil/flutter_paystack_plus/pull/9/commits/d1a94e0ea52b16e67df944243b18ccec52b7da67 Added Split payment and Subscription to README
File Changes
(3 files https://github.com/Princewil/flutter_paystack_plus/pull/9/files )
- M .flutter-plugins https://github.com/Princewil/flutter_paystack_plus/pull/9/files#diff-6b85249d82c24cbcc77906454f8421d29c905ea6ea782fec914760d7d95d8bbe (6)
- M .flutter-plugins-dependencies https://github.com/Princewil/flutter_paystack_plus/pull/9/files#diff-6a58b0199229e4d1f519f3aaddef8f381a1af48acf0ab268c2dfd34b8c74539b (2)
- M README.md https://github.com/Princewil/flutter_paystack_plus/pull/9/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5 (110)
Patch Links:
- https://github.com/Princewil/flutter_paystack_plus/pull/9.patch
- https://github.com/Princewil/flutter_paystack_plus/pull/9.diff
— Reply to this email directly, view it on GitHub https://github.com/Princewil/flutter_paystack_plus/pull/9, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJWWTEY74WGY72XN2HOMRJ3Y32U6NAVCNFSM6AAAAABFZGVTFOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDQMJRGIYTONQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>
I went through the codes @jeremiahseun I must commend, you did a wonderful job.
I want to know, is there a way we could give control to the additional parameters on the Split payment and other added functionality from the flutter dart end on realtime rather than hardcoding on js file?
Yes of course we can.
In the paystack_interop.dart file, the paystackPopup function can have some additional parameters.
However, we have to provide the JS code as we currently have, but for split payment and for subscription.
The split payment can also work for mobile as well.
I think it should work this way, although I haven't tested it. @Princewil
That's fine. I will go ahead and merge. We will keep working on it going forward from here.
I was searching for how to implement Split Payments. After a lot of research, I was able to make it work with this package and without an external dependency.
So I decided to share this information so that when someone encounters this issue, this package can be the perfect fix for them.
All contributions are in the
README.md
file.Gracias! 👌🏾