c04d8532ca
no issue When a user fails to pay the first time, and returns to the site, the next payment will be attributed to Stripe instead of the original referrer. This change always ignores the Stripe checkout as referrer in the URL history. |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Member Attribution
Usage
Develop
This is a monorepo package.
Follow the instructions for the top-level repo.
git clone
this repo &cd
into it as usual- Run
yarn
to install top-level dependencies.
Test
yarn lint
run just eslintyarn test
run lint and tests