From 2c32f46cc3015c0dff5beba4fe356edb0701449c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=A4fliger?= Date: Tue, 28 Jan 2025 16:53:50 +0100 Subject: [PATCH] no message --- Belevo_Bezahl_Modul/module.php | 176 +++++++++++++++++---------------- library.json | 2 +- 2 files changed, 91 insertions(+), 87 deletions(-) diff --git a/Belevo_Bezahl_Modul/module.php b/Belevo_Bezahl_Modul/module.php index e5ecfac..280c23e 100644 --- a/Belevo_Bezahl_Modul/module.php +++ b/Belevo_Bezahl_Modul/module.php @@ -21,101 +21,105 @@ class Belevo_Bezahl_Modul extends IPSModule { $apiKey = "pk_test_51Qkr79LJAcsNrpivA90lt7ULEzyXKR8l0pAqTBgfeuAIWlsLS4A3BdIBITc9UooFANbImvlJQ2F2jOZ0X5j8GI7Q00hNNasvQm"; // Test-API-Schlüssel - $html = " - - + + + + +

Google Pay Integration mit Stripe

+ - function initializeStripe() { - const stripe = Stripe('$apiKey'); - const elements = stripe.elements(); + - - -

Stripe Payment Request API Integration

- - -
- - "; + }); + + +"; SetValue($this->ReadPropertyInteger("HTMLBox"), $html); } diff --git a/library.json b/library.json index 0e1ac5e..1a1d251 100644 --- a/library.json +++ b/library.json @@ -6,7 +6,7 @@ "compatibility": { "version": "7.1" }, - "version": "1.025", + "version": "1.026", "build": 0, "date": 0 } \ No newline at end of file