Skip to content

Commit

Permalink
chore(.d.ts): remove unfinished and not needed method declarations
Browse files Browse the repository at this point in the history
KJS-2488
  • Loading branch information
inavarro committed Jan 11, 2023
1 parent 3a6d67a commit 4a281fd
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 4a281fd

Please sign in to comment.