@alma/widgets 3.3.4 → 3.3.5

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.
@@ -2272,7 +2272,7 @@ var useFetchEligibility = function useFetchEligibility(purchaseAmount, _ref, pla
2272
2272
  shipping_address: shipping_address
2273
2273
  }, {
2274
2274
  Authorization: "Alma-Merchant-Auth " + merchantId,
2275
- 'X-Alma-Agent': 'Alma Widget'
2275
+ 'X-Alma-Agent': "Alma Widget/" + "v3.3.5"
2276
2276
  }).then(function (res) {
2277
2277
  setEligibility(res);
2278
2278
  setStatus(apiStatus.SUCCESS);