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 Feb 10, 2024. It is now read-only.
I am attempting to integrate the Chargily API into my website developed by Django, How I can integrate the API using function-based-view to get data (mode and amount etc) from the Django session without using the API form?
best regard
The text was updated successfully, but these errors were encountered:
bouchouichaAek
changed the title
function based-view
function based-view to get data from the Django session
Sep 13, 2023
I trust you're doing well. To implement a function-based-view in chargily-epay-django, I'd like to suggest taking a closer look at how we've implemented this functionality using class-based-views. Adapting this code to suit your needs shouldn't be too challenging.
you can find here the code source of our class-based-view function.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi
I am attempting to integrate the Chargily API into my website developed by Django, How I can integrate the API using function-based-view to get data (mode and amount etc) from the Django session without using the API form?
best regard
The text was updated successfully, but these errors were encountered: