mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 04:30:58 -04:00
add success http message
This commit is contained in:
parent
3cbe451878
commit
5d07317cfa
@ -191,6 +191,10 @@ class BlockonomicsPaymentDriver extends BaseDriver
|
|||||||
$payment->status_id = $statusId;
|
$payment->status_id = $statusId;
|
||||||
$payment->save();
|
$payment->save();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header('HTTP/1.1 200 OK');
|
||||||
|
echo 'SUCCESS';
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user