mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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)
|
public function authorizeCreditCardResponse($request)
|
||||||
{
|
{
|
||||||
\Log::error($request->all());
|
|
||||||
|
|
||||||
$server_response = json_decode($request->input('gateway_response'));
|
$server_response = json_decode($request->input('gateway_response'));
|
||||||
|
|
||||||
|
|
||||||
$gateway_id = $request->input('gateway_id');
|
$gateway_id = $request->input('gateway_id');
|
||||||
$gateway_type_id = $request->input('payment_method_id');
|
$gateway_type_id = $request->input('payment_method_id');
|
||||||
$is_default = $request->input('is_default');
|
$is_default = $request->input('is_default');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user