* Refresh should be called in cases where a buy button may not have existed on initial load * Such as in an SPA, this can be called when a component is mounted.
()
| 67 | * Such as in an SPA, this can be called when a component is mounted. |
| 68 | */ |
| 69 | function refresh() { |
| 70 | listenForButtons(); |
| 71 | } |
| 72 | |
| 73 | /** |
| 74 | * Adds event handlers to all lemonsqueezy buttons |
nothing calls this directly
no test coverage detected