Skip to content

Commit

Permalink
Merge pull request #190 from razorpay/bump_razorpay_sdk_2.7.0
Browse files Browse the repository at this point in the history
Updated to latest Razorpay SDK
  • Loading branch information
ChetanGN authored May 18, 2021
2 parents d4b28d7 + f3ab849 commit ea38776
Show file tree
Hide file tree
Showing 82 changed files with 7,585 additions and 5,945 deletions.
4 changes: 2 additions & 2 deletions razorpay-sdk/Razorpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
// Include Requests only if not already defined
if (class_exists('Requests') === false)
{
require_once __DIR__.'/libs/Requests-1.6.1/library/Requests.php';
require_once __DIR__.'/libs/Requests-1.8.0/library/Requests.php';
}

try
{
Requests::register_autoloader();
Requests::register_autoloader();

if (version_compare(Requests::VERSION, '1.6.0') === -1)
{
Expand Down
171 changes: 0 additions & 171 deletions razorpay-sdk/libs/Requests-1.6.1/library/Requests/Cookie.php

This file was deleted.

Loading

0 comments on commit ea38776

Please sign in to comment.