We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c81fc commit a164760Copy full SHA for a164760
1 file changed
step4.php
@@ -33,7 +33,8 @@
33
$booking->addChild('booking_key', $_POST['booking_key']);
34
35
$components = $booking->addChild('components');
36
- $component = $components->addChild('component_key', $component_key);
+ $component = $components->addChild('component');
37
+ $component->addChild('component_key', $component_key);
38
39
$customers = $booking->addChild('customers');
40
@@ -72,4 +73,4 @@
72
73
<?php
74
include_once("inc/debug.php");
75
include_once("inc/bottom.php");
- ?>
76
+ ?>
0 commit comments