Skip to content

Instantly share code, notes, and snippets.

View yacinepes's full-sized avatar

yassine bensaoucha yacinepes

View GitHub Profile
<?php
use PayPal\Rest\ApiContext;
use PayPal\Auth\OAuthTokenCredential;
use PayPal\Api\Amount;
use PayPal\Api\Details;
use PayPal\Api\Item;
use PayPal\Api\ItemList;
use PayPal\Api\Payer;
use PayPal\Api\Payment;
@yacinepes
yacinepes / adminController
Created May 14, 2015 16:16
عرض جميع الاعمال
<?php
class adminController extends \BaseController {
/**
* Display a listing of the resource.
*
* @return Response
*/
public function index()