Chargily / chargily-epay-flutter

Flutter Package for Chargily ePay Gateway
https://dev.chargily.com/docs/#/epay-flutter
MIT License
16 stars 8 forks source link

Proper documentation and example #3

Open voipworld opened 2 years ago

voipworld commented 2 years ago

Hello, i would ask you to provide a proper example usage in a real app, not just a dart snippet that dont work. in adition, here's a code error in the library while trying: error: Member not found: 'ChargilyResponse.fromJson'. thanks.

zakblacki commented 2 years ago

+1

ZakariaRebouhi commented 1 year ago

Hello, i would ask you to provide a proper example usage in a real app, not just a dart snippet that dont work. in adition, here's a code error in the library while trying: error: Member not found: 'ChargilyResponse.fromJson'. thanks.

the same for me, if you find a solution to deal with this package, please share it with us

devclouddz commented 1 year ago

well i don't use flutter and i'm not quite sure about this package, but you can make the operation without using these package, in a native way just make an http post request to them then you will get the result, after that in webhook

you can also create an post request so when they post their webhook , have to check the incoming request using hmac function

for more details check the this link https://dev.chargily.com/docs/epay-api