Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

then((response) not called #12

Closed
heshesh2010 opened this issue Aug 2, 2021 · 1 comment
Closed

then((response) not called #12

heshesh2010 opened this issue Aug 2, 2021 · 1 comment

Comments

@heshesh2010
Copy link

Hi ,

I'm using this url from backend when payment success :

successUrl:
"https://tavedl.com/checkStatus?userId=${currentUser.value.id}${payment?.coupon==null? "": "&{coupon_code=${payment.coupon}" }&food_type=${payment.type}",

it works , but i want my app to navigate to new screen so .then((response) not called , it's called when i hit backbutton in my app ,

so how to call .then((response)

@mo-ah-dawood
Copy link
Owner

pass this property
afterPaymentBehaviour: AfterPaymentBehaviour.AfterCalbacksExecution,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants