Customer getting cancellation and confirmation when booking
-
Hi We’ve had our site live now for about a week and we have had 2 instances where a customer has made a booking, they have received a cancellation as well as a confirmation email. The cancellation references a booking that was not processed. I’ve enabled logs and this is what is showing…
The logs show reservation #1519…
03-14-2019 @ 07:28:06 – Generating payment for reservation 1519. Notify URL: https://www.##############.com/?htl-api=HTL_Gateway_Paypal
03-14-2019 @ 07:28:48 – Checking IPN response is valid
03-14-2019 @ 07:28:52 – IPN Request: Array[body] => Array
(
[cmd] => _notify-validate
[mc_gross] => 55.00
[invoice] => 1519//
//
//03-14-2019 @ 07:28:52 – Received valid response from PayPal
03-14-2019 @ 07:28:52 – Found reservation #1519
03-14-2019 @ 07:28:52 – Payment status: completedAnd then…
03-14-2019 @ 10:46:12 – Generating payment for reservation 1520. Notify URL: https://www.##############.com/?htl-api=HTL_Gateway_Paypal
03-14-2019 @ 10:48:31 – Generating payment for reservation 1521. Notify URL: https://www.##############.com/?htl-api=HTL_Gateway_Paypal
03-14-2019 @ 10:50:56 – Checking IPN response is valid
03-14-2019 @ 10:50:59 – IPN Request: Array[body] => Array
(
[cmd] => _notify-validate
[mc_gross] => 165.00
[invoice] => 1521
//
//
//03-14-2019 @ 10:50:59 – Received valid response from PayPal
03-14-2019 @ 10:50:59 – Found reservation #1521
03-14-2019 @ 10:50:59 – Payment status: completedIt seems to be generating payment for 1520 then going straight onto 1521? There is no record of 1520.
Is there any reason for this that you might know?
Tony
- The topic ‘Customer getting cancellation and confirmation when booking’ is closed to new replies.