mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-04-29 02:39:21 +02:00
[pagseguro] fix undefined variable
This commit is contained in:
parent
a3ac81cfbe
commit
52878a2326
@ -73,8 +73,8 @@
|
||||
|
||||
$rawPayment = VerifyPagseguroIPN($notificationCode);
|
||||
$payment = simplexml_load_string($rawPayment);
|
||||
$paymentStatus = (int) $paymentStatus;
|
||||
$paymentCode = sanitize($paymentCode);
|
||||
$paymentStatus = (int) $payment->status;
|
||||
$paymentCode = sanitize($payment->code);
|
||||
|
||||
report($notificationCode, $rawPayment);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user