The JavaScript library for ExtensionPay.com — payments for your browser extensions, no server needed.
524
stars
66
forks
source link
When ExtPay included twice via two content scripts, onPaid callbacks no longer run #216
Open
Glench opened 5 months ago
This happened to me while I had a content script that ran on every page AND the normal content script that only includes ExtPay on extensionpay.com/*.
Take out
"exclude_matches": ["http://localhost/*"],
in dev extension and try to pay with dev extension.