@salla.sa/applepay
Advanced tools
Comparing version 2.11.79 to 2.11.83
{ | ||
"name": "@salla.sa/applepay", | ||
"version": "2.11.79", | ||
"version": "2.11.83", | ||
"description": "Salla Apple Pay light", | ||
@@ -29,3 +29,3 @@ "main": "dist/app.js", | ||
}, | ||
"gitHead": "c48117128bf58e1bf05fd923bce60d24c55c8a2e" | ||
"gitHead": "9581fc229e7aa3ae8ce52287d5b63619848b37b0" | ||
} |
@@ -513,3 +513,4 @@ import Http from './http'; | ||
if (window.ApplePaySession && ApplePaySession.canMakePayments()) { | ||
//applePay doesn't allow iframes | ||
if (window.ApplePaySession && this.self === this.top && ApplePaySession.canMakePayments()) { | ||
SallaApplePay.init(); | ||
@@ -516,0 +517,0 @@ } else { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61429
548