Skip to content

Commit

Permalink
fix(internal): add back CP
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Nov 21, 2024
1 parent d0e1158 commit 8ea9e95
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ export class Lithic extends Core.APIClient {
cardPrograms: API.CardPrograms = new API.CardPrograms(this);
digitalCardArt: API.DigitalCardArtResource = new API.DigitalCardArtResource(this);
bookTransfers: API.BookTransfers = new API.BookTransfers(this);
creditProducts: API.CreditProducts = new API.CreditProducts(this);
externalPayments: API.ExternalPayments = new API.ExternalPayments(this);
managementOperations: API.ManagementOperations = new API.ManagementOperations(this);

Expand Down

0 comments on commit 8ea9e95

Please sign in to comment.