Glench / ExtPay

The JavaScript library for ExtensionPay.com — payments for your browser extensions, no server needed.
https://extensionpay.com
Other
483 stars 62 forks source link

Empty trial period initialisation shows unwanted text #150

Closed Gentatsu closed 1 year ago

Gentatsu commented 1 year ago

Describe the bug

When calling extpay.openTrialPage without args, it shows [object PointerEvent] free trial. (shown below in screenshot) instead of nothing.

Expected behavior Empty string to be shown instead

Screenshots image

Glench commented 1 year ago

Hm, I can't reproduce this. What browser are you using and can you send me a minimal example repo that demonstrates the bug?

Gentatsu commented 1 year ago

Am using chrome, and the latest version via npm if that helps? Will try and produce a MWE soonish.

Glench commented 1 year ago

You can probably just copy the sample extension in this repo to produce an example that demonstrates the problem and add in a call to the openTrialPage function.

Glench commented 1 year ago

Any news on this? I'll be closing the issue soon if you can't reproduce it.

Glench commented 1 year ago

Since it's been more than a month since I've seen a reply and there's no reproduction steps, I'm going to close this issue. Please open it back up if you can reproduce it.