web-monetization-extension icon indicating copy to clipboard operation
web-monetization-extension copied to clipboard

An open-source browser extension that enables Web Monetization.

Results 126 web-monetization-extension issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://togithub.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`^7.16.0` -> `^7.18.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.16.0/7.18.0) |...

dependencies

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/jest-dom](https://togithub.com/testing-library/jest-dom) | [`^6.4.6` -> `^6.4.8`](https://renovatebot.com/diffs/npm/@testing-library%2fjest-dom/6.4.6/6.4.8) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@testing-library%2fjest-dom/6.4.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

### Context Going to a website (`https://example.com/`) that has the following monetization link: ```html ``` the `href` attribute will be resolved to `https://example.com/foo`, since we access the `href` property directly....

area: content

## Context Closes #. ## Changes proposed in this pull request

area: content

- To make sure we use right version in extension manifest. - Be able to create zip, git tag and GitHub release in one go. - If we create a...

area: ci

Update the `Guides` section of the [WM docs](https://webmonetization.org/docs/) with a step-by-step guide for uploading the WM extension's public key to each of the compatible digital wallets: - Fynbos - Gatehub...

area: documentation
area: popup

Document the functional testing strategy for the WM extension's **beta** release. Related to https://github.com/interledger/web-monetization-extension/issues/215 This ticket focuses on testing that the functional areas of the extension work as expected (target...

area: documentation
area: tests

### Context Adjusting session might fail in top-level calls. We should adjust again when needed. ### Todos - In PaymentSession, handle `isNonPositiveAmountError` with adjusting amount for that session at given...

enhancement

### Context _TBD_ ### Todos _TBD_

area: content

Support splitting large payment across grants if not enough funds in one grant. Extracted from https://github.com/interledger/web-monetization-extension/issues/144