@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.
@@ -2230,7 +2230,7 @@ const useFetchEligibility = (purchaseAmount, {
2230
2230
  shipping_address
2231
2231
  }, {
2232
2232
  Authorization: `Alma-Merchant-Auth ${merchantId}`,
2233
- 'X-Alma-Agent': 'Alma Widget'
2233
+ 'X-Alma-Agent': `Alma Widget/${"v3.3.5"}`
2234
2234
  }).then(res => {
2235
2235
  setEligibility(res);
2236
2236
  setStatus(apiStatus.SUCCESS);