Optimizing Imports

- Removed Unnecessary imports
This commit is contained in:
Jay Patel
2015-11-19 12:36:53 -06:00
parent f78cb4af6c
commit 318d5a43c6
10 changed files with 0 additions and 12 deletions

View File

@@ -7,9 +7,6 @@
require __DIR__ . '/../bootstrap.php';
use PayPal\Api\Amount;
use PayPal\Api\Details;
use PayPal\Api\Item;
use PayPal\Api\ItemList;
use PayPal\Api\Payer;
use PayPal\Api\Payment;
use PayPal\Api\RedirectUrls;