Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Nov 4, 2021
1 parent 9802fe5 commit d6f8eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { deleteSourceFromCustomer } from "./deleteSourceFromCustomer";
/**
* additional stripe methods
*/
export class additionalMethods {
export class AdditionalMethods {
public confirmPaymentIntentByCard = confirmPaymentIntentByCard;
public addSourceToCustomer = addSourceToCustomer;
public deleteSourceFromCustomer = deleteSourceFromCustomer;
Expand Down

0 comments on commit d6f8eb8

Please sign in to comment.