Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Paynow Module support for projects built entirely in typescript #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 3, 2021

  1. Added typescript project support to the paynow node sdk module

    Added typescript support by
    - setting the declaration flag to true in tsconfig.json
    - setting the type declaration output directory to dist/declarations to avoid confusion (there's already another folder called "types") in dist
    - pointing to the typescript declarations in package.json
    -building and testing the module locally
    desmondrg committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    edbb11a View commit details
    Browse the repository at this point in the history
  2. Added a typescript import statement showing how to import the paynow …

    …module in a typescript project
    desmondrg committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    10cc331 View commit details
    Browse the repository at this point in the history