Added
- Adds support for setting application details in the user-agent header.
App Details
After setting up client, you can set your app details before making any request
to Razorpay using the following:
client.set_app_details({"title" : "<YOUR_APP_TITLE>", "version" : "<YOUR_APP_VERSION>"})
For example, you can set the title to Django
and version to 1.8.17
. Please ensure
that both app title and version are strings.