Closed razaltcom closed 1 year ago
In a Django function view, the function traditionally takes an argument called request. Like this:
request
def main(request): ...
In the example in the readme, there is a variable called requestthat overwrites it. Solvable, but takes time of the newcomer.
I propose renaming it to payment_request, or something.
payment_request
Hello @razaltcom ,
As you know its a sample code, you can change the definition in your integration.
Thanks and Regards,
In a Django function view, the function traditionally takes an argument called
request
. Like this:In the example in the readme, there is a variable called
request
that overwrites it. Solvable, but takes time of the newcomer.I propose renaming it to
payment_request
, or something.