Skip to content

1.0.1

Compare
Choose a tag to compare
@captn3m0 captn3m0 released this 28 Jul 08:05
· 189 commits to master since this release

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.