mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:14:30 -04:00
working on paypal AC DC
This commit is contained in:
parent
87dc9093c0
commit
78f8cedc80
@ -128,7 +128,7 @@ class PayPalPPCPPaymentDriver extends PayPalBasePaymentDriver
|
|||||||
|
|
||||||
nlog($response);
|
nlog($response);
|
||||||
|
|
||||||
if($request->has('token') && strlen($request->input('token')) > 2) {
|
if($request->has('token') && strlen($request->input('token','')) > 2) {
|
||||||
return $this->processTokenPayment($request, $response);
|
return $this->processTokenPayment($request, $response);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -332,8 +332,6 @@ class PayPalPPCPPaymentDriver extends PayPalBasePaymentDriver
|
|||||||
|
|
||||||
$orderId = $this->createOrder($data);
|
$orderId = $this->createOrder($data);
|
||||||
|
|
||||||
// $r = $this->gatewayRequest("/v2/checkout/orders/{$orderId}", 'get', ['body' => '']);
|
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
|
||||||
$r = $this->gatewayRequest("/v2/checkout/orders/{$orderId}", 'get', ['body' => '']);
|
$r = $this->gatewayRequest("/v2/checkout/orders/{$orderId}", 'get', ['body' => '']);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user