@netceterapx/click-to-pay-sdk 2.2.0 → 2.3.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/index.d.ts CHANGED
@@ -814,6 +814,7 @@ export declare type VisaPaymentOptions = {
814
814
  dynamicDataType?: VisaDynamicDataTypeEnum;
815
815
  /**
816
816
  * Whether PAN data is requested.
817
+ * This field is not relevant since Visa always uses tokens and will never return PAN data.
817
818
  */
818
819
  dpaPanRequested?: boolean;
819
820
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netceterapx/click-to-pay-sdk",
3
- "version": "2.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "Click-to-pay web-SDK for supporting SecureRemoteCommerce on web platforms",
5
5
  "main": "build/click-to-pay-sdk.es.js",
6
6
  "license": "MIT",