@doctadevs/types
Advanced tools
Comparing version 0.0.44 to 0.0.45
@@ -10,3 +10,3 @@ import { CardHelperBinResponse } from './card-helper-bin-response'; | ||
discountsApplied: Discount[]; | ||
paymentMethodData?: CardHelperBinResponse[]; | ||
paymentMethodData?: CardHelperBinResponse; | ||
}; |
{ | ||
"name": "@doctadevs/types", | ||
"version": "0.0.44", | ||
"version": "0.0.45", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
@@ -11,3 +11,3 @@ import { CardHelperBinResponse } from './card-helper-bin-response'; | ||
discountsApplied: Discount[]; | ||
paymentMethodData?: CardHelperBinResponse[]; | ||
paymentMethodData?: CardHelperBinResponse; | ||
}; |
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
28878