@payrails/web-sdk 5.25.0 → 5.25.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -5
- package/index.js +4 -4
- package/package.json +1 -1
- package/payrails.d.ts +1 -1
- package/payrails.js +4 -4
package/package.json
CHANGED
package/payrails.d.ts
CHANGED
|
@@ -612,7 +612,7 @@ declare class PayrailsCollectContainer implements Mountable {
|
|
|
612
612
|
private attachCustomEventHandler;
|
|
613
613
|
private formatBin;
|
|
614
614
|
private get elementToFieldMap();
|
|
615
|
-
fetchBinLookup: (bin: string) => Promise<
|
|
615
|
+
fetchBinLookup: (bin: string) => Promise<BinLookupResponse | {
|
|
616
616
|
bin: string;
|
|
617
617
|
}>;
|
|
618
618
|
}
|