@types/braintree-web
Advanced tools
Comparing version 3.75.0 to 3.75.1
@@ -76,6 +76,8 @@ import { callback } from './core'; | ||
canMakePayments(): boolean; | ||
static canMakePayments(): boolean; | ||
canMakePaymentsWithActiveCard(merchantIdentifier: string): boolean; | ||
static canMakePaymentsWithActiveCard(merchantIdentifier: string): boolean; | ||
static supportsVersion(version: number): boolean; | ||
completeMerchantValidation(merchantSession: any): void; | ||
@@ -100,4 +102,2 @@ | ||
supportsVersion(version: number): boolean; | ||
oncancel: (event: any) => void; | ||
@@ -104,0 +104,0 @@ |
{ | ||
"name": "@types/braintree-web", | ||
"version": "3.75.0", | ||
"version": "3.75.1", | ||
"description": "TypeScript definitions for Braintree-web", | ||
@@ -30,4 +30,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "26f249ec1faf063c4354b82049a3e3dd0af4265a1911d5dde6e1ac8ea569908e", | ||
"typesPublisherContentHash": "365c171dcf9a0f687126f32e091ff70ee32c43100bf32db15c8ed73fb47121cd", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 25 Mar 2021 20:31:51 GMT | ||
* Last updated: Thu, 29 Apr 2021 08:01:24 GMT | ||
* Dependencies: [@types/googlepay](https://npmjs.com/package/@types/googlepay), [@types/paypal-checkout-components](https://npmjs.com/package/@types/paypal-checkout-components) | ||
@@ -14,0 +14,0 @@ * Global values: `braintree` |
85039