@payrails/web-sdk 5.12.0-RC.2 → 5.12.0-RC.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@payrails/web-sdk",
3
- "version": "5.12.0-RC.2",
3
+ "version": "5.12.0-RC.3",
4
4
  "description": "SDK providing tokenization options on the client for merchants",
5
5
  "main": "index.js",
6
6
  "types": "payrails.d.ts",
package/payrails.d.ts CHANGED
@@ -738,7 +738,7 @@ interface ReturnInfo {
738
738
  }
739
739
  declare global {
740
740
  interface Window {
741
- Payrails: {
741
+ PayrailsData: {
742
742
  riskIds: {
743
743
  [key in FraudProvider]?: string;
744
744
  };