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