Comparing version 2.9.2 to 2.9.3
@@ -12,3 +12,3 @@ import { IMap, INormalizeError, RazorpayPaginationOptions } from "./api"; | ||
*/ | ||
name: string; | ||
name?: string; | ||
/** | ||
@@ -15,0 +15,0 @@ * The customer's email address. A maximum length of 64 characters. |
@@ -13,7 +13,7 @@ import { Orders } from "../../dist/types/orders"; | ||
*/ | ||
tnc_accepted: boolean; | ||
tnc_accepted?: boolean; | ||
/** | ||
* he IP address of the merchant while accepting the terms and conditions. Send this parameter along with the `tnc_accepted` parameter when the `tnc` is accepted. | ||
*/ | ||
ip: string; | ||
ip?: string; | ||
} | ||
@@ -20,0 +20,0 @@ |
{ | ||
"name": "razorpay", | ||
"version": "2.9.2", | ||
"version": "2.9.3", | ||
"description": "Official Node SDK for Razorpay API", | ||
@@ -5,0 +5,0 @@ "main": "dist/razorpay", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
286902