@globalpayments/js 4.1.18 → 4.1.19

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 CHANGED
@@ -24,7 +24,7 @@ This plugin allows you to use online payments (eCommerce) features of a variety
24
24
  ## Usage
25
25
 
26
26
  ```html
27
- <script src="https://js.globalpay.com/4.1.18/globalpayments.js"></script>
27
+ <script src="https://js.globalpay.com/4.1.19/globalpayments.js"></script>
28
28
  ```
29
29
 
30
30
  > Note: Installing via NPM will only provide TypeScript types for type-checking.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalpayments/js",
3
- "version": "4.1.18",
3
+ "version": "4.1.19",
4
4
  "author": "Heartland Developer Portal <developers@heartland.us>",
5
5
  "license": "GPL-2.0",
6
6
  "repository": {
@@ -1,2 +1,2 @@
1
- declare const _default: "4.1.18";
1
+ declare const _default: "4.1.19";
2
2
  export default _default;
@@ -117,6 +117,7 @@ export interface IConfiguration extends IDictionary {
117
117
  isShippingRequired?: boolean;
118
118
  payButtonLabel?: string;
119
119
  };
120
+ dataResidency?: string;
120
121
  }
121
122
  declare const _default: (options: IConfiguration) => void;
122
123
  /**