Skip to content

Commit

Permalink
fix(types): add type definition for Recurly#ready
Browse files Browse the repository at this point in the history
closes #795
  • Loading branch information
cbarton committed Apr 15, 2023
1 parent 54a5cda commit c84887d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/lib/recurly.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ export interface Recurly extends Emitter<RecurlyEvent> {
*/
configure: Configure;

/**
* Triggered once Recurly has fully been initialized after configuring.the instance.
*/
ready: (cb?: VoidFunction) => void;

/**
* Elements allow sensitive customer payment information to be securely accepted via iframes.
* They are controlled in groups by an Elements instance.
Expand Down

0 comments on commit c84887d

Please sign in to comment.