Skip to content

Commit

Permalink
chore(release): 4.0.311 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Brain committed Jan 25, 2020
1 parent bd62cce commit e20b4a5
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 58 deletions.
34 changes: 17 additions & 17 deletions dist/checkout.4.0.310.js → dist/checkout.4.0.311.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! For license information please see checkout.4.0.310.js.LICENSE */
/*! For license information please see checkout.4.0.311.js.LICENSE */
!function(modules) {
var installedModules = {};
function __webpack_require__(moduleId) {
Expand Down Expand Up @@ -1223,7 +1223,7 @@
country: config.a.locale.country,
lang: config.a.locale.lang,
uid: Object(session.c)(),
ver: "4.0.310"
ver: "4.0.311"
};
}));
Object(client.a)((function() {
Expand Down Expand Up @@ -1531,7 +1531,7 @@
});
}));
function getScriptVersion() {
return "4.0.310";
return "4.0.311";
}
function getCurrentScriptUrl() {
var script = getCurrentScript();
Expand All @@ -1540,7 +1540,7 @@
0 === scriptUrl.indexOf("http://www.paypalobjects.com") && (scriptUrl = scriptUrl.replace("http://", "https://"));
return scriptUrl;
}
return "https://www.paypalobjects.com/api/checkout.4.0.310.js";
return "https://www.paypalobjects.com/api/checkout.4.0.311.js";
}
function getDomainSetting(name, def) {
var hostname = window.xchild ? window.xchild.getParentDomain() : Object(cross_domain_utils_src.h)();
Expand All @@ -1566,7 +1566,7 @@
domain: metaFrameDomain
});
return src.bridge.openBridge(Object(dom.a)(metaFrameUrl, {
version: "4.0.310"
version: "4.0.311"
}), metaFrameDomain).then((function() {
return metaListener;
})).then((function(_ref) {
Expand Down Expand Up @@ -1806,9 +1806,9 @@
var _altpayUris, _guestUris, _billingUris, _buttonUris, _inlinedCardFieldUris, _postBridgeUris, _legacyCheckoutUris, _buttonJSUrls;
var config = {
locales: constants.z,
scriptUrl: "//www.paypalobjects.com/api/checkout.4.0.310.js",
scriptUrl: "//www.paypalobjects.com/api/checkout.4.0.311.js",
paypal_domain_regex: /^(https?|mock):\/\/[a-zA-Z0-9_.-]+\.paypal\.com(:\d+)?$/,
version: "4.0.310",
version: "4.0.311",
cors: !0,
env: "undefined" == typeof window || void 0 === window.location ? constants.t.PRODUCTION : -1 !== window.location.host.indexOf("localhost.paypal.com") ? constants.t.LOCAL : -1 !== window.location.host.indexOf("qa.paypal.com") ? constants.t.STAGE : -1 !== window.location.host.indexOf("sandbox.paypal.com") ? constants.t.SANDBOX : constants.t.PRODUCTION,
state: "checkoutjs",
Expand Down Expand Up @@ -11487,7 +11487,7 @@
void 0 === payload && (payload = {});
try {
payload.event = "ppxo_" + event;
payload.version = "4.0.310";
payload.version = "4.0.311";
payload.host = window.location.host;
payload.uid = Object(_session__WEBPACK_IMPORTED_MODULE_3__.c)();
payload.appName = "checkoutjs";
Expand Down Expand Up @@ -15796,18 +15796,18 @@
var _lib_util__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(12);
var _lib_security__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(25);
if (!Object(_lib_security__WEBPACK_IMPORTED_MODULE_3__.b)()) throw new Error("Do not integrate with versioned script url");
if (window.paypal && "4.0.310" === window.paypal.version) {
if (window.paypal && "4.0.311" === window.paypal.version) {
Object(_lib_beacon__WEBPACK_IMPORTED_MODULE_0__.a)("bootstrap_already_loaded_same_version", {
version: "4.0.310"
version: "4.0.311"
});
throw new Error("PayPal Checkout Integration Script with same version (4.0.310) already loaded on page");
throw new Error("PayPal Checkout Integration Script with same version (4.0.311) already loaded on page");
}
if (window.paypal && window.paypal.version && "4.0.310" !== window.paypal.version && window.paypal.Button && window.paypal.Button.render) {
if (window.paypal && window.paypal.version && "4.0.311" !== window.paypal.version && window.paypal.Button && window.paypal.Button.render) {
Object(_lib_beacon__WEBPACK_IMPORTED_MODULE_0__.a)("bootstrap_already_loaded_different_version", {
existingVersion: window.paypal.version,
version: "4.0.310"
version: "4.0.311"
});
throw new Error("PayPal Checkout Integration Script with different version (" + window.paypal.version + ") already loaded on page, current version: 4.0.310");
throw new Error("PayPal Checkout Integration Script with different version (" + window.paypal.version + ") already loaded on page, current version: 4.0.311");
}
try {
var _interface = __webpack_require__(49);
Expand Down Expand Up @@ -23805,7 +23805,7 @@
logoColor: "blue"
})));
}(normalizeProps(props)) : null;
return Object(jsx.c)("div", Object(esm_extends.a)({}, (_ref20 = {}, _ref20[constants.c.VERSION] = "4.0.310",
return Object(jsx.c)("div", Object(esm_extends.a)({}, (_ref20 = {}, _ref20[constants.c.VERSION] = "4.0.311",
_ref20), {
class: class_CLASS.CONTAINER + " " + getCommonButtonClasses({
layout: layout,
Expand Down Expand Up @@ -25091,7 +25091,7 @@
}
var postRobot = post_robot_src;
var onPossiblyUnhandledException = zalgo_promise_src.a.onPossiblyUnhandledException;
var interface_version = "4.0.310";
var interface_version = "4.0.311";
var interface_checkout;
var apps;
var legacy = __webpack_require__(50);
Expand Down Expand Up @@ -25956,4 +25956,4 @@
return setup;
}));
} ]);
//# sourceMappingURL=checkout.4.0.310.js.map
//# sourceMappingURL=checkout.4.0.311.js.map
File renamed without changes.

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/checkout.4.0.310.min.js → dist/checkout.4.0.311.min.js

Large diffs are not rendered by default.

File renamed without changes.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/checkout.button.render.js
Original file line number Diff line number Diff line change
Expand Up @@ -8953,7 +8953,7 @@
logoColor: "blue"
})));
}(normalizeProps(props)) : null;
return jsxToHTML("div", _extends({}, (_ref20 = {}, _ref20["data-version"] = "4.0.310",
return jsxToHTML("div", _extends({}, (_ref20 = {}, _ref20["data-version"] = "4.0.311",
_ref20), {
class: CLASS.CONTAINER + " " + getCommonButtonClasses({
layout: layout,
Expand Down
26 changes: 13 additions & 13 deletions dist/checkout.js
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@
country: config.a.locale.country,
lang: config.a.locale.lang,
uid: Object(session.c)(),
ver: "4.0.310"
ver: "4.0.311"
};
}));
Object(client.a)((function() {
Expand Down Expand Up @@ -1531,7 +1531,7 @@
});
}));
function getScriptVersion() {
return Boolean(getCurrentScript()) ? "4" : "4.0.310";
return Boolean(getCurrentScript()) ? "4" : "4.0.311";
}
function getCurrentScriptUrl() {
var script = getCurrentScript();
Expand All @@ -1540,7 +1540,7 @@
0 === scriptUrl.indexOf("http://www.paypalobjects.com") && (scriptUrl = scriptUrl.replace("http://", "https://"));
return scriptUrl;
}
return "https://www.paypalobjects.com/api/checkout.4.0.310.js";
return "https://www.paypalobjects.com/api/checkout.4.0.311.js";
}
function getDomainSetting(name, def) {
var hostname = window.xchild ? window.xchild.getParentDomain() : Object(cross_domain_utils_src.h)();
Expand Down Expand Up @@ -1808,7 +1808,7 @@
locales: constants.z,
scriptUrl: "//www.paypalobjects.com/api/checkout.js",
paypal_domain_regex: /^(https?|mock):\/\/[a-zA-Z0-9_.-]+\.paypal\.com(:\d+)?$/,
version: "4.0.310",
version: "4.0.311",
cors: !0,
env: "undefined" == typeof window || void 0 === window.location ? constants.t.PRODUCTION : -1 !== window.location.host.indexOf("localhost.paypal.com") ? constants.t.LOCAL : -1 !== window.location.host.indexOf("qa.paypal.com") ? constants.t.STAGE : -1 !== window.location.host.indexOf("sandbox.paypal.com") ? constants.t.SANDBOX : constants.t.PRODUCTION,
state: "checkoutjs",
Expand Down Expand Up @@ -11487,7 +11487,7 @@
void 0 === payload && (payload = {});
try {
payload.event = "ppxo_" + event;
payload.version = "4.0.310";
payload.version = "4.0.311";
payload.host = window.location.host;
payload.uid = Object(_session__WEBPACK_IMPORTED_MODULE_3__.c)();
payload.appName = "checkoutjs";
Expand Down Expand Up @@ -15795,18 +15795,18 @@
var _lib_namespace__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(32);
var _lib_util__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(12);
__webpack_require__(26);
if (window.paypal && "4.0.310" === window.paypal.version) {
if (window.paypal && "4.0.311" === window.paypal.version) {
Object(_lib_beacon__WEBPACK_IMPORTED_MODULE_0__.a)("bootstrap_already_loaded_same_version", {
version: "4.0.310"
version: "4.0.311"
});
throw new Error("PayPal Checkout Integration Script with same version (4.0.310) already loaded on page");
throw new Error("PayPal Checkout Integration Script with same version (4.0.311) already loaded on page");
}
if (window.paypal && window.paypal.version && "4.0.310" !== window.paypal.version && window.paypal.Button && window.paypal.Button.render) {
if (window.paypal && window.paypal.version && "4.0.311" !== window.paypal.version && window.paypal.Button && window.paypal.Button.render) {
Object(_lib_beacon__WEBPACK_IMPORTED_MODULE_0__.a)("bootstrap_already_loaded_different_version", {
existingVersion: window.paypal.version,
version: "4.0.310"
version: "4.0.311"
});
throw new Error("PayPal Checkout Integration Script with different version (" + window.paypal.version + ") already loaded on page, current version: 4.0.310");
throw new Error("PayPal Checkout Integration Script with different version (" + window.paypal.version + ") already loaded on page, current version: 4.0.311");
}
try {
var _interface = __webpack_require__(49);
Expand Down Expand Up @@ -23804,7 +23804,7 @@
logoColor: "blue"
})));
}(normalizeProps(props)) : null;
return Object(jsx.c)("div", Object(esm_extends.a)({}, (_ref20 = {}, _ref20[constants.c.VERSION] = "4.0.310",
return Object(jsx.c)("div", Object(esm_extends.a)({}, (_ref20 = {}, _ref20[constants.c.VERSION] = "4.0.311",
_ref20), {
class: class_CLASS.CONTAINER + " " + getCommonButtonClasses({
layout: layout,
Expand Down Expand Up @@ -25090,7 +25090,7 @@
}
var postRobot = post_robot_src;
var onPossiblyUnhandledException = zalgo_promise_src.a.onPossiblyUnhandledException;
var interface_version = "4.0.310";
var interface_version = "4.0.311";
var interface_checkout;
var apps;
var legacy = __webpack_require__(50);
Expand Down
14 changes: 7 additions & 7 deletions dist/checkout.lib.js
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@
country: config.a.locale.country,
lang: config.a.locale.lang,
uid: getSessionID(),
ver: "4.0.310"
ver: "4.0.311"
};
}));
Object(client.a)((function() {
Expand Down Expand Up @@ -1850,7 +1850,7 @@
});
}));
function getScriptVersion() {
return "4.0.310";
return "4.0.311";
}
function getCurrentScriptUrl() {
var script = getCurrentScript();
Expand All @@ -1859,7 +1859,7 @@
0 === scriptUrl.indexOf("http://www.paypalobjects.com") && (scriptUrl = scriptUrl.replace("http://", "https://"));
return scriptUrl;
}
return "https://www.paypalobjects.com/api/checkout.4.0.310.js";
return "https://www.paypalobjects.com/api/checkout.4.0.311.js";
}
function getDomainSetting(name, def) {
var hostname = window.xchild ? window.xchild.getParentDomain() : Object(cross_domain_utils_src.h)();
Expand All @@ -1885,7 +1885,7 @@
domain: metaFrameDomain
});
return post_robot_src.bridge.openBridge(extendUrl(metaFrameUrl, {
version: "4.0.310"
version: "4.0.311"
}), metaFrameDomain).then((function() {
return metaListener;
})).then((function(_ref) {
Expand Down Expand Up @@ -2130,7 +2130,7 @@
locales: constants.z,
scriptUrl: "//www.paypalobjects.com/api/checkout.lib.js",
paypal_domain_regex: /^(https?|mock):\/\/[a-zA-Z0-9_.-]+\.paypal\.com(:\d+)?$/,
version: "4.0.310",
version: "4.0.311",
cors: !0,
env: "undefined" == typeof window || void 0 === window.location ? constants.t.PRODUCTION : -1 !== window.location.host.indexOf("localhost.paypal.com") ? constants.t.LOCAL : -1 !== window.location.host.indexOf("qa.paypal.com") ? constants.t.STAGE : -1 !== window.location.host.indexOf("sandbox.paypal.com") ? constants.t.SANDBOX : constants.t.PRODUCTION,
state: "checkoutjs",
Expand Down Expand Up @@ -23611,7 +23611,7 @@
logoColor: "blue"
})));
}(normalizeProps(props)) : null;
return Object(jsx.c)("div", Object(esm_extends.a)({}, (_ref20 = {}, _ref20[constants.c.VERSION] = "4.0.310",
return Object(jsx.c)("div", Object(esm_extends.a)({}, (_ref20 = {}, _ref20[constants.c.VERSION] = "4.0.311",
_ref20), {
class: class_CLASS.CONTAINER + " " + getCommonButtonClasses({
layout: layout,
Expand Down Expand Up @@ -24897,7 +24897,7 @@
}
var postRobot = post_robot_src;
var onPossiblyUnhandledException = zalgo_promise_src.a.onPossiblyUnhandledException;
var interface_version = "4.0.310";
var interface_version = "4.0.311";
var interface_checkout;
var apps;
var legacy = __webpack_require__(43);
Expand Down
2 changes: 1 addition & 1 deletion dist/checkout.min.js

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions dist/checkout.v4.js
Original file line number Diff line number Diff line change
Expand Up @@ -1985,7 +1985,7 @@
locales: constants.z,
scriptUrl: "//www.paypalobjects.com/api/checkout.v4.js",
paypal_domain_regex: /^(https?|mock):\/\/[a-zA-Z0-9_.-]+\.paypal\.com(:\d+)?$/,
version: "4.0.310",
version: "4.0.311",
cors: !0,
env: "undefined" == typeof window || void 0 === window.location ? constants.t.PRODUCTION : -1 !== window.location.host.indexOf("localhost.paypal.com") ? constants.t.LOCAL : -1 !== window.location.host.indexOf("qa.paypal.com") ? constants.t.STAGE : -1 !== window.location.host.indexOf("sandbox.paypal.com") ? constants.t.SANDBOX : constants.t.PRODUCTION,
state: "checkoutjs",
Expand Down Expand Up @@ -6363,7 +6363,7 @@
void 0 === payload && (payload = {});
try {
payload.event = "ppxo_" + event;
payload.version = "4.0.310";
payload.version = "4.0.311";
payload.host = window.location.host;
payload.uid = Object(_session__WEBPACK_IMPORTED_MODULE_3__.c)();
payload.appName = "checkoutjs";
Expand Down Expand Up @@ -7204,18 +7204,18 @@
var _lib_namespace__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(24);
var _lib_util__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(9);
__webpack_require__(21);
if (window.paypal && "4.0.310" === window.paypal.version) {
if (window.paypal && "4.0.311" === window.paypal.version) {
Object(_lib_beacon__WEBPACK_IMPORTED_MODULE_0__.a)("bootstrap_already_loaded_same_version", {
version: "4.0.310"
version: "4.0.311"
});
throw new Error("PayPal Checkout Integration Script with same version (4.0.310) already loaded on page");
throw new Error("PayPal Checkout Integration Script with same version (4.0.311) already loaded on page");
}
if (window.paypal && window.paypal.version && "4.0.310" !== window.paypal.version && window.paypal.Button && window.paypal.Button.render) {
if (window.paypal && window.paypal.version && "4.0.311" !== window.paypal.version && window.paypal.Button && window.paypal.Button.render) {
Object(_lib_beacon__WEBPACK_IMPORTED_MODULE_0__.a)("bootstrap_already_loaded_different_version", {
existingVersion: window.paypal.version,
version: "4.0.310"
version: "4.0.311"
});
throw new Error("PayPal Checkout Integration Script with different version (" + window.paypal.version + ") already loaded on page, current version: 4.0.310");
throw new Error("PayPal Checkout Integration Script with different version (" + window.paypal.version + ") already loaded on page, current version: 4.0.311");
}
try {
var _interface = __webpack_require__(39);
Expand Down Expand Up @@ -9787,7 +9787,7 @@
});
}));
function getScriptVersion() {
return Boolean(getCurrentScript()) ? "4" : "4.0.310";
return Boolean(getCurrentScript()) ? "4" : "4.0.311";
}
function getCurrentScriptUrl() {
var script = getCurrentScript();
Expand All @@ -9796,7 +9796,7 @@
0 === scriptUrl.indexOf("http://www.paypalobjects.com") && (scriptUrl = scriptUrl.replace("http://", "https://"));
return scriptUrl;
}
return "https://www.paypalobjects.com/api/checkout.4.0.310.js";
return "https://www.paypalobjects.com/api/checkout.4.0.311.js";
}
function getDomainSetting(name, def) {
var hostname = window.xchild ? window.xchild.getParentDomain() : Object(cross_domain_utils_src.h)();
Expand Down Expand Up @@ -23161,7 +23161,7 @@
logoColor: "blue"
})));
}(props_normalizeProps(props)) : null;
return jsxToHTML("div", Object(esm_extends.a)({}, (_ref20 = {}, _ref20[src_constants.c.VERSION] = "4.0.310",
return jsxToHTML("div", Object(esm_extends.a)({}, (_ref20 = {}, _ref20[src_constants.c.VERSION] = "4.0.311",
_ref20), {
class: class_CLASS.CONTAINER + " " + getCommonButtonClasses({
layout: layout,
Expand Down Expand Up @@ -24491,7 +24491,7 @@
country: config.a.locale.country,
lang: config.a.locale.lang,
uid: Object(lib_session.c)(),
ver: "4.0.310"
ver: "4.0.311"
};
}));
Object(beaver_logger_client.a)((function() {
Expand Down Expand Up @@ -24648,7 +24648,7 @@
}
var interface_postRobot = src;
var onPossiblyUnhandledException = zalgo_promise_src.a.onPossiblyUnhandledException;
var interface_version = "4.0.310";
var interface_version = "4.0.311";
var interface_Checkout;
var interface_BillingPage;
var PayPalCheckout;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paypal-checkout",
"version": "4.0.310",
"version": "4.0.311",
"description": "PayPal Checkout components, for integrating checkout products.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e20b4a5

Please sign in to comment.