@quintype/components 3.3.2-check-sub-error.6 → 3.3.2-check-sub-error.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cjs/index.js
CHANGED
|
@@ -4634,6 +4634,11 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
|
|
|
4634
4634
|
return callback();
|
|
4635
4635
|
};
|
|
4636
4636
|
|
|
4637
|
+
accessTypeScript.onerror = function () {
|
|
4638
|
+
callback();
|
|
4639
|
+
console.log(" load s cript failed");
|
|
4640
|
+
};
|
|
4641
|
+
|
|
4637
4642
|
document.body.appendChild(accessTypeScript);
|
|
4638
4643
|
return true;
|
|
4639
4644
|
}
|
|
@@ -5770,7 +5775,7 @@ var mapDispatchToProps$1 = function mapDispatchToProps(dispatch) {
|
|
|
5770
5775
|
* if (paymentGateway === "stripe") {
|
|
5771
5776
|
* const options = {
|
|
5772
5777
|
* selectedPlan: plan,
|
|
5773
|
-
* planType: "standard",
|
|
5778
|
+
* planType: x"standard",
|
|
5774
5779
|
* successUrl: `${document.location.origin}/paypal-return-url`,
|
|
5775
5780
|
* cancelUrl: `${document.location.origin}/paypal-cancel-url`
|
|
5776
5781
|
* };
|
|
@@ -5801,7 +5806,7 @@ var mapDispatchToProps$1 = function mapDispatchToProps(dispatch) {
|
|
|
5801
5806
|
*/
|
|
5802
5807
|
|
|
5803
5808
|
|
|
5804
|
-
var
|
|
5809
|
+
var xAccessType = /*#__PURE__*/reactRedux.connect(mapStateToProps$1, mapDispatchToProps$1)(AccessTypeBase);
|
|
5805
5810
|
|
|
5806
5811
|
function getSize(sizeMap) {
|
|
5807
5812
|
var canUseDOM = !!(typeof window !== 'undefined' && window.document && window.document.createElement);
|
|
@@ -6167,7 +6172,6 @@ var ComponentReducers = {
|
|
|
6167
6172
|
exports.ACCESS_BEING_LOADED = ACCESS_BEING_LOADED;
|
|
6168
6173
|
exports.ACCESS_UPDATED = ACCESS_UPDATED;
|
|
6169
6174
|
exports.ASSET_PLANS = ASSET_PLANS;
|
|
6170
|
-
exports.AccessType = AccessType;
|
|
6171
6175
|
exports.AdbutlerAd = AdbutlerAd;
|
|
6172
6176
|
exports.BREAKING_NEWS_UPDATED = BREAKING_NEWS_UPDATED;
|
|
6173
6177
|
exports.BreakingNews = BreakingNews;
|
|
@@ -6234,3 +6238,4 @@ exports.removeDuplicateStories = removeDuplicateStories;
|
|
|
6234
6238
|
exports.replaceAllStoriesInCollection = replaceAllStoriesInCollection;
|
|
6235
6239
|
exports.withError = withError;
|
|
6236
6240
|
exports.wrapCollectionLayout = wrapCollectionLayout;
|
|
6241
|
+
exports.xAccessType = xAccessType;
|
|
@@ -64,6 +64,11 @@ var AccessTypeBase = /*#__PURE__*/function (_React$Component) {
|
|
|
64
64
|
return callback();
|
|
65
65
|
};
|
|
66
66
|
|
|
67
|
+
accessTypeScript.onerror = function () {
|
|
68
|
+
callback();
|
|
69
|
+
console.log(" load s cript failed");
|
|
70
|
+
};
|
|
71
|
+
|
|
67
72
|
document.body.appendChild(accessTypeScript);
|
|
68
73
|
return true;
|
|
69
74
|
}
|
|
@@ -1200,7 +1205,7 @@ var mapDispatchToProps = function mapDispatchToProps(dispatch) {
|
|
|
1200
1205
|
* if (paymentGateway === "stripe") {
|
|
1201
1206
|
* const options = {
|
|
1202
1207
|
* selectedPlan: plan,
|
|
1203
|
-
* planType: "standard",
|
|
1208
|
+
* planType: x"standard",
|
|
1204
1209
|
* successUrl: `${document.location.origin}/paypal-return-url`,
|
|
1205
1210
|
* cancelUrl: `${document.location.origin}/paypal-cancel-url`
|
|
1206
1211
|
* };
|
|
@@ -1231,4 +1236,4 @@ var mapDispatchToProps = function mapDispatchToProps(dispatch) {
|
|
|
1231
1236
|
*/
|
|
1232
1237
|
|
|
1233
1238
|
|
|
1234
|
-
export var
|
|
1239
|
+
export var xAccessType = /*#__PURE__*/connect(mapStateToProps, mapDispatchToProps)(AccessTypeBase);
|
package/package.json
CHANGED