UNPKG

zarinpal-checkout

Version:

Type-safe ZarinPal checkout client for Node.js with modern tooling and backwards-compatible API methods.

7 lines (4 loc) 203 B
import ZarinpalCheckout from '../src/index'; const zarinpal = ZarinpalCheckout.create('xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'); const parts = zarinpal.TokenBeautifier('0000123400'); console.log(parts);