export interface IKlarnaPaymentProvider {
    createOneTimePaymentOrder(data: any): any;
}
