1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-21 00:41:34 +02:00

Payment response

This commit is contained in:
David Bomba 2021-07-05 21:20:57 +10:00
parent 71cb3b5a7a
commit 3d8cf7881c

View File

@ -185,7 +185,7 @@ class CreditCard
}
public function processPaymentResponse(Request $request)
public function paymentResponse(Request $request)
{
dd($request->all());
}