| Current Path : /home/c/i/n/cinepatreb/billetterie/modules/mollie/views/js/ |
| Current File : /home/c/i/n/cinepatreb/billetterie/modules/mollie/views/js/apple_payment.js |
/**
* Mollie https://www.mollie.nl
*
* @author Mollie B.V. <info@mollie.nl>
* @copyright Mollie B.V.
* @license https://github.com/mollie/PrestaShop/blob/master/LICENSE.md
*
* @see https://github.com/mollie/PrestaShop
* @codingStandardsIgnoreStart
*/
$(document).ready(function() {
document.cookie = 'isApplePayMethod = 0';
if (window.ApplePaySession && window.ApplePaySession.canMakePayments()) {
document.cookie = 'isApplePayMethod = 1';
}
});