Skip to content

Instantly share code, notes, and snippets.

@ChrisFlannagan
Last active April 27, 2016 17:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChrisFlannagan/ae3a96446555b900c62214bcbfe0771e to your computer and use it in GitHub Desktop.
Save ChrisFlannagan/ae3a96446555b900c62214bcbfe0771e to your computer and use it in GitHub Desktop.
<?php
require __DIR__ . '/PayPal-PHP-SDK/autoload.php';
require __DIR__ . '/PayPal-PHP-SDK/paypal/rest-api-sdk-php/sample/bootstrap.php';
use \PayPal\Api\Address;
use PayPal\Api\BillingInfo;
use PayPal\Api\Cost;
use PayPal\Api\Currency;
use PayPal\Api\Invoice;
use PayPal\Api\InvoiceAddress;
use PayPal\Api\InvoiceItem;
use PayPal\Api\MerchantInfo;
use PayPal\Api\PaymentTerm;
use PayPal\Api\Phone;
use PayPal\Api\ShippingInfo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment