You may be interested in…
Your cart is currently empty!
New in store
-
Einbauküche Küchenzeile Martyna Grau Glanz 360 cm #L239832.790,90 €inkl. 19 % MwSt.
zzgl. Versandkosten
-
Einbauküche Küchenzeile Martyna Grün Glanz 360 cm #L239822.790,90 €inkl. 19 % MwSt.
zzgl. Versandkosten
-
Einbauküche Küchenzeile Jessika Weiss Matt L-Form 370 x 265 cm #L239812.800,00 €inkl. 19 % MwSt.
zzgl. Versandkosten
-
Einbauküche Küchenzeile Jessika Halifax Naturel / Blau L-Form 300 x 120 cm #L239802.590,90 €inkl. 19 % MwSt.
zzgl. Versandkosten
window.klarnaAsyncCallback = function () {
window.Klarna.Payments.Buttons.init({
client_id: “klarna_live_client_TndlUXZqdE0wKHJkeksoZDhEcEJ4VSlKSTUxRU5zSzAsNTUxMmIxYjEtODgwYi00MjgwLThjYzEtZjQyMjgyMGU4ZjM5LDEsWHQ4Wi9wUlU1WTZVVS9lbjM5RDdUbUd6R2NZa1ZKTG05bnY1UDJWM0ZNST0”,
}).load(
{
container: “#container”,
theme: “default”,
shape: “default”,
on_click: (authorize) => {
// Here you should invoke authorize with the order payload.
authorize(
{ collect_shipping_address: true },
payload, // order payload
(result) => {
// The result, if successful contains the authorization_token
},
);
},
},
function load_callback(loadResult) {
// Here you can handle the result of loading the button
},
);
};