@chargehive/types
Advanced tools
+4
-3
@@ -7,3 +7,3 @@ import { | ||
| } from '@pci-bridge/types/pcibridge'; | ||
| import {Validation, ValidationEventData, Validator} from './validation'; | ||
| import {ValidationEventData, Validator} from './validation'; | ||
| import {Address, Person} from './address'; | ||
@@ -359,5 +359,6 @@ | ||
| { | ||
| requestId: string; | ||
| requestId?: string; | ||
| code?: string; | ||
| error: string; | ||
| code: string; | ||
| method: PaymentMethodType; | ||
| } | ||
@@ -364,0 +365,0 @@ |
+1
-1
@@ -11,3 +11,3 @@ { | ||
| }, | ||
| "version": "2.7.3" | ||
| "version": "2.7.4" | ||
| } |
13105
0.15%468
0.21%