forked from LiveCarta/PayPal-PHP-Server-SDK
Automated commit message
This commit is contained in:
@@ -3,17 +3,17 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
/*
|
||||
* PayPalRESTAPIsLib
|
||||
* PaypalServerSdkLib
|
||||
*
|
||||
* This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
|
||||
*/
|
||||
|
||||
namespace PayPalRESTAPIsLib\Models\Builders;
|
||||
namespace PaypalServerSdkLib\Models\Builders;
|
||||
|
||||
use Core\Utils\CoreHelper;
|
||||
use PayPalRESTAPIsLib\Models\CapturePaymentInstruction;
|
||||
use PayPalRESTAPIsLib\Models\CaptureRequest;
|
||||
use PayPalRESTAPIsLib\Models\Money;
|
||||
use PaypalServerSdkLib\Models\CapturePaymentInstruction;
|
||||
use PaypalServerSdkLib\Models\CaptureRequest;
|
||||
use PaypalServerSdkLib\Models\Money;
|
||||
|
||||
/**
|
||||
* Builder for model CaptureRequest
|
||||
|
||||
Reference in New Issue
Block a user