kechankrisna / aba_payment

Apache License 2.0
5 stars 9 forks source link

Checkout Page keep showing loading on the web #3

Open SowatKheang opened 2 years ago

SowatKheang commented 2 years ago

Dear bong, I have created a Laravel project and used the code you provided in the documentation. When I run the project and go to the checkout page, it keeps showing loading. So what is the problem? and Am I missing permission or something else? Besides, would you mind telling me briefly regarding ABA_PAYWAY_API_KEY?

p.s. I have also attached the screenshot below.

https://user-images.githubusercontent.com/42835035/149262655-0fbd7306-6dd8-443a-b7bc-bce9c2beec66.mov

kechankrisna commented 2 years ago

Dear bong, I have created a Laravel project and used the code you provided in the documentation. When I run the project and go to the checkout page, it keeps showing loading. So what is the problem? and Am I missing permission or something else? Besides, would you mind telling me briefly regarding ABA_PAYWAY_API_KEY?

p.s. I have also attached the screenshot below.

Screen.Recording.2022-01-12.at.10.45.18.AM.mov

Oh sorry brother, that was my bad. I have update the ABA Payway to version 2 as ABA announcement, but I forget to update the current PHP code. I will update it asap. I was thinking about ship it to composer for laravel project, so it might be easier to integrate. for the ABA API KEY, I couldn't share it because it belong to my company only bro.

SowatKheang commented 2 years ago

Noted with thanks, brother. I am looking forward to seeing your update. p.s. Would you mind me asking how we can obtain ABA API KEY?

kechankrisna commented 2 years ago

Noted with thanks, brother. I am looking forward to seeing your update. p.s. Would you mind me asking how we can obtain ABA API KEY? contact their support directly brother.

ufaheem430 commented 1 year ago

@kechankrisna Hi brother , i'm implementing aba_payment gateway in flutter app. i'm using this package https://pub.dev/packages/aba_payment

but it's not working for me. i'm having an issue with it. could you help me. i have run your github project of flutter but that has .env file issue. could you please share your whatsapp i'll ask question. and about backend side it's fine. it's also working in webview when call that backend api but i want to implement with this plugin because i want some design in app . but the plugin is not working for me thanks

kechankrisna commented 1 year ago

@kechankrisna Hi brother , i'm implementing aba_payment gateway in flutter app. i'm using this package https://pub.dev/packages/aba_payment

but it's not working for me. i'm having an issue with it. could you help me. i have run your github project of flutter but that has .env file issue. could you please share your whatsapp i'll ask question. and about backend side it's fine. it's also working in webview when call that backend api but i want to implement with this plugin because i want some design in app . but the plugin is not working for me thanks

You can request ABA support for key brother. I just have a key but it is belong to my company and can't not be shared. Her is my telegram/whatup 85510464144

ufaheem430 commented 1 year ago

I have already keys but I don't know how to get from.env file Could you guide me further please

On Sat, Jan 21, 2023, 7:49 AM ke chankrisna @.***> wrote:

@kechankrisna https://github.com/kechankrisna Hi brother , i'm implementing aba_payment gateway in flutter app. i'm using this package https://pub.dev/packages/aba_payment

but it's not working for me. i'm having an issue with it. could you help me. i have run your github project of flutter but that has .env file issue. could you please share your whatsapp i'll ask question. and about backend side it's fine. it's also working in webview when call that backend api but i want to implement with this plugin because i want some design in app . but the plugin is not working for me thanks

You can request ABA support for key brother. I just have a key but it is belong to my company and can't not be shared

— Reply to this email directly, view it on GitHub https://github.com/kechankrisna/aba_payment/issues/3#issuecomment-1399158435, or unsubscribe https://github.com/notifications/unsubscribe-auth/APBV2NGIYU2BXCNMJTZ2BZDWTNFD5ANCNFSM5LX6ZHFQ . You are receiving this because you commented.Message ID: @.***>

kechankrisna commented 1 year ago

create a .env file in root of project directory then ABA_PAYWAY_API_URL="yout backend api url" ABA_PAYWAY_API_KEY="key from support" ABA_PAYWAY_MERCHANT_ID="MERCHANT_ID from support" ABA_PAYWAY_MERCHANT_NAME="MERCHANT_NAME from support"

kechankrisna commented 1 year ago

I just add .env_sample, you can can go to example folder and run cp .env_sample .env

ufaheem430 commented 1 year ago

@kechankrisna Hi brother could you make a video on complete setup of aba payment and upload it on your channel. share link here please. it'll be helpful for me as well as the other people who wanna this in future