All translations

Enter a message name below to show all available translations.

Message

Found 6 translations.

NameCurrent message text
 h Danish (da)if ($bookingsInfo->require_confirm) {
 foreach ($bookingsInfo->bookings as $booking) {
$sign = md5($booking->id . $booking->hash . YOUR_API_SECRET_KEY);
$result = $client->confirmBooking($booking->id, $sign);
echo '
Bekræft resultat
';
var_dump($result);
 }
}</nowiki>
<br><br>
 h English (en)if ($bookingsInfo->require_confirm) {
   foreach ($bookingsInfo->bookings as $booking) {
  $sign = md5($booking->id . $booking->hash . YOUR_API_SECRET_KEY);
  $result = $client->confirmBooking($booking->id, $sign);
  echo '
Confirm result
';
  var_dump($result);
   }
}</nowiki>
<br><br>
 h French (fr)if ($bookingsInfo-&gt;require_confirm) {
 foreach ($bookingsInfo-&gt;bookings as $booking) {
$sign = md5($booking-&gt;id . $booking-&gt;hash . YOUR_API_SECRET_KEY);
$result = $client-&gt;confirmBooking($booking-&gt;id, $sign);
echo '
Confirm result
';
var_dump($result);
 }
}</nowiki>
<br><br>
 h Dutch (nl)if ($bookingsInfo-&gt;require_confirm) {
 foreach ($bookingsInfo-&gt;bookings as $booking) {
$sign = md5($booking-&gt;id . $booking-&gt;hash . YOUR_API_SECRET_KEY);
$result = $client-&gt;confirmBooking($booking-&gt;id, $sign);
echo '
Confirm result
';
var_dump($result);
 }
}</nowiki>
<br><br>
 h Swedish (sv)if ($bookingsInfo-&gt;require_confirm) {
 foreach ($bookingsInfo-&gt;bookings as $booking) {
$sign = md5($booking-&gt;id . $booking-&gt;hash . YOUR_API_SECRET_KEY);
$result = $client-&gt;confirmBooking($booking-&gt;id, $sign);
echo '
Bekräfta resultat
';
var_dump($result);
 }
}</nowiki>
<br><br>
 h Ukrainian (uk)if ($bookingsInfo-&gt;require_confirm) {
 foreach ($bookingsInfo-&gt;bookings as $booking) {
$sign = md5($booking-&gt;id . $booking-&gt;hash . YOUR_API_SECRET_KEY);
$result = $client-&gt;confirmBooking($booking-&gt;id, $sign);
echo '
Confirm result
';
var_dump($result);
 }
}</nowiki>
<br><br>