UNPKG

@cllbk/ghl

Version:

A public Node.js compatible SDK for working with HighLevel's (GHL's) Version 2 API.

14 lines (12 loc) 339 B
import { integrations } from "./integrations"; import { orders } from "./orders"; import { transactions } from "./transactions"; import { subscriptions } from "./subscriptions"; import { customProviders } from "./customProviders"; export const payments = { integrations, orders, transactions, subscriptions, customProviders, };