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

Add Credit card to client portal

This commit is contained in:
David Bomba 2019-09-17 21:57:59 +10:00
parent 0f9f418e7e
commit 23acdb6394

View File

@ -138,11 +138,9 @@ class StripePaymentDriver extends BasePaymentDriver
public function authorizeCreditCardResponse($request)
{
\Log::error($request->all());
$server_response = json_decode($request->input('gateway_response'));
$gateway_id = $request->input('gateway_id');
$gateway_type_id = $request->input('payment_method_id');
$is_default = $request->input('is_default');