You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 11, 2019. It is now read-only.
I'd like to know if there's a way to capture all gateway request so I can save to a DB. I see that all requests are printed out when I use `AfricasTalkingUssdGateway.as_view()' in my urlpatterns, however, I'd like to also capture these printouts as well.
I tried creating my own custom UssdView but couldn't really clarify from the documentation what the values of customer_journey_conf' and customer_journey_namespace' should be. Are there any examples?
Any tips will be highly appreciated.
Thanks
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thanks for this useful library.
I'd like to know if there's a way to capture all gateway request so I can save to a DB. I see that all requests are printed out when I use `AfricasTalkingUssdGateway.as_view()' in my urlpatterns, however, I'd like to also capture these printouts as well.
I tried creating my own custom UssdView but couldn't really clarify from the documentation what the values of
customer_journey_conf' and
customer_journey_namespace' should be. Are there any examples?Any tips will be highly appreciated.
Thanks
The text was updated successfully, but these errors were encountered: