0.0.8 • Published 6 months ago

@togtokh.dev/socialpay v0.0.8

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
6 months ago

SOCIAL_PAY

Example

    import SOCIAL_PAY from "@togtokh.dev/SOCIAL_PAY";

    SOCIAL_PAY.auth
      .TOKEN(
        ""
      )
      .then(async (r) => {
        const res = await SOCIAL_PAY.invoice.CREATE({
          callback: "http://www.google.com",
          amount: 4,
          genToken: "Y",
          socialDeeplink: "Y",
        });
        console.log("res", res);
      })
      .catch((e) => {
        console.log(e);
      });
0.0.8

6 months ago

0.0.3

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago