Skip to content

Commit

Permalink
Merge pull request #5 from Shockbyte/VOC-203-implementing-custom-api-…
Browse files Browse the repository at this point in the history
…endpoints-for-product-configuration

VOC-203-implementing-custom-api-endpoints-for-product-configuration
  • Loading branch information
JamesHawkinss authored Nov 8, 2023
2 parents 7af2f6c + 56cd655 commit f5eea96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { WhmcsClientCustom } from "./module/custom";

export default class WhmcsApi {

constructor(private readonly options: WhmcsSetupOptions) { }
public static options: WhmcsSetupOptions;

constructor(options: WhmcsSetupOptions) {
WhmcsApi.options = options
Expand Down

0 comments on commit f5eea96

Please sign in to comment.