github razorpay/razorpay-python 1.0.1

latest releases: v1.4.2, v1.4.1, v1.3.1...
6 years ago

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.

Don't miss a new razorpay-python release

NewReleases is sending notifications on new releases.