mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Add Credit card to client portal
This commit is contained in:
parent
0f9f418e7e
commit
23acdb6394
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user