Skip to content

Commit

Permalink
Merge pull request #267 from lyra/KJS-2488
Browse files Browse the repository at this point in the history
chore(.d.ts): remove unfinished and not needed method declarations
  • Loading branch information
s-yagues authored Jan 11, 2023
2 parents 6fd829f + 4a281fd commit 6466ed4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ declare interface KR {
* @summary Form submitted event listener.
*/
onSubmit: (callback: (response: KRPaymentResponse) => void | boolean | Promise<boolean>) => Promise<{ KR: KR }>;
/**
* @summary Log event listener
*/
onLog: (callback: (msg: string) => void) => Promise<{ KR: KR }>
/**
* @summary Brand changed event listener
*/
Expand Down Expand Up @@ -135,10 +131,6 @@ declare interface KR {
* @summary Force the form validation
*/
validate: () => void
/**
* @summary Sets the URL to be called on bin update and activates discounts by bin
*/
setBinUpdateNotificationUrl: (url: string | null) => void
/**
* @summary Open the specified payment method
*/
Expand Down

0 comments on commit 6466ed4

Please sign in to comment.