@payrails/web-sdk 5.12.0 → 5.14.0-RC.0

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",
3
+ "version": "5.14.0-RC.0",
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,6 +738,7 @@ interface ReturnInfo {
738
738
  success?: string;
739
739
  cancel?: string;
740
740
  error?: string;
741
+ pending?: string;
741
742
  }
742
743
  declare global {
743
744
  interface Window {