Glench/ExtPay

`openLoginPage` not part of types declaration

ba32107 opened this issue · 1 comments

Describe the bug
Not a real bug, but the openLoginPage function is not among the typescript declarations.

To Reproduce
Steps to reproduce the behavior:

  1. Create a typescript project
  2. Attempt to use the function
  3. Observe error

Expected behavior
Typescript declarations contain the function

Additional context
I would open a PR to fix, but not sure if any other change is needed!

Fixed in 064b04a