diff --git a/index.d.ts b/index.d.ts index 0ab23d91..6729b1fd 100644 --- a/index.d.ts +++ b/index.d.ts @@ -99,10 +99,6 @@ declare interface KR { * @summary Form submitted event listener. */ onSubmit: (callback: (response: KRPaymentResponse) => void | boolean | Promise) => Promise<{ KR: KR }>; - /** - * @summary Log event listener - */ - onLog: (callback: (msg: string) => void) => Promise<{ KR: KR }> /** * @summary Brand changed event listener */ @@ -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 */