InlineCheckout constructor
InlineCheckout({})
Implementation
InlineCheckout({
this.apiKeyTonder,
this.returnUrl,
this.successUrl,
this.renderPaymentButton = false,
this.callBack = fn,
this.platforms,
this.inputStyles,
this.labelStyles,
this.errorTextStyles,
}) {
process3ds = ThreeDsHandler(
apiKey: apiKeyTonder,
baseUrl: baseUrl,
successUrl: successUrl,
);
liteSdkTonder = LiteCheckout('https://stage.tonder.io', apiKeyTonder ?? "");
}