pypi razorpay 1.0.1

latest releases: 1.3.0, 1.2.0, 1.1.1...
7 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 release

NewReleases is sending notifications on new releases.