@paypal/checkout-components 5.0.423 → 5.0.424

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": "@paypal/checkout-components",
3
- "version": "5.0.423",
3
+ "version": "5.0.424",
4
4
  "description": "PayPal Checkout components, for integrating checkout products.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -578,6 +578,7 @@ export const getSavedPaymentMethodsComponent: () => SavedPaymentMethodsComponent
578
578
  partnerAttributionID: {
579
579
  type: "string",
580
580
  required: false,
581
+ queryParam: true,
581
582
  value: getPartnerAttributionID,
582
583
  },
583
584