lul
This commit is contained in:
70
checkoutPaypal/merchantSPBContent.js
Normal file
70
checkoutPaypal/merchantSPBContent.js
Normal file
@@ -0,0 +1,70 @@
|
||||
(() => {
|
||||
"use strict";
|
||||
! function() {
|
||||
! function(e, n, t, s) {
|
||||
new(t || (t = Promise))(function(o, c) {
|
||||
function r(e) {
|
||||
try {
|
||||
a(s.next(e))
|
||||
} catch (e) {
|
||||
c(e)
|
||||
}
|
||||
}
|
||||
|
||||
function i(e) {
|
||||
try {
|
||||
a(s.throw(e))
|
||||
} catch (e) {
|
||||
c(e)
|
||||
}
|
||||
}
|
||||
|
||||
function a(e) {
|
||||
var n;
|
||||
e.done ? o(e.value) : (n = e.value, n instanceof t ? n : new t(function(e) {
|
||||
e(n)
|
||||
})).then(r, i)
|
||||
}
|
||||
a((s = s.apply(e, n || [])).next())
|
||||
})
|
||||
}(this, void 0, void 0, function*() {
|
||||
const e = yield function(e, n = {}, t = {}) {
|
||||
return function(e, n, t) {
|
||||
const s = t && t.ignoreResponse;
|
||||
return new Promise((o, c) => {
|
||||
const r = {
|
||||
content: JSON.stringify(n),
|
||||
dest: t,
|
||||
service: "messages:cs",
|
||||
type: e
|
||||
};
|
||||
s ? (window.chrome.runtime.sendMessage(r), o()) : window.chrome.runtime.sendMessage(r, null, n => {
|
||||
if (window.chrome.runtime.lastError) {
|
||||
const e = new Error(`Honey Checkout Content: Chrome messaging error in content.send(): ${window.chrome.runtime.lastError.message}`);
|
||||
e.sentMessage = r, c(e)
|
||||
} else if (!n || n.noListeners) {
|
||||
const n = new Error(`Honey Checkout Content: No listeners for message of type ${e} in content.send()`);
|
||||
n.sentMessage = r, c(n)
|
||||
} else if (n.success) o(n.data);
|
||||
else {
|
||||
const e = n && n.error,
|
||||
t = new Error(e && e.message);
|
||||
t.sentMessage = r, e && (t.data = e.data, t.stack = `${t.stack||""}${e.stack||""}`), c(t)
|
||||
}
|
||||
})
|
||||
}).catch(e => {
|
||||
if (!s) throw e
|
||||
})
|
||||
}("checkout:action:background", {
|
||||
action: e,
|
||||
data: n
|
||||
}, Object.assign(Object.assign({}, t), {
|
||||
background: !0
|
||||
}))
|
||||
}("checkoutGetSetting", {
|
||||
checkoutSettingKey: "iFrameOriginUrl"
|
||||
}), n = document.createElement("script");
|
||||
n.src = window.chrome.runtime.getURL("/checkoutPaypal/merchantSPBResponders.js"), n.setAttribute("data-iframeurl", e), (document.head || document.documentElement).appendChild(n)
|
||||
})
|
||||
}()
|
||||
})();
|
||||
Reference in New Issue
Block a user