All Projects → paypal → marketplaces-connectedpath-php-demo

paypal / marketplaces-connectedpath-php-demo

Licence: other
PayPal Marketplaces Connected Path - PHP demo

Programming Languages

PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
hack
652 projects

Projects that are alternatives of or similar to marketplaces-connectedpath-php-demo

origin-website
The code powering our website
Stars: ✭ 36 (-5.26%)
Mutual labels:  marketplaces
My-Business
Business management tool featuring accounts, invoices, partners, projects, and server 🦄
Stars: ✭ 37 (-2.63%)
Mutual labels:  partners
syscoin
Syscoin is a crypto currency that is universally merge-mineable and offers a unique variety of services including decentralized identities, asset token issuance platform capabilities directly on the blockchain and trustless 0-counterparty interoptibility with the Ethereum blockchain
Stars: ✭ 152 (+300%)
Mutual labels:  marketplaces

PayPal for Partners Connected Path PHP Demo

Important: PayPal for Partners is a limited-release solution at this time. It is available to select partners for approved use cases. For more information, reach out to your PayPal account manager.

Prerequisites

  1. Update PayConfig.php with your "Partner credentials", "Seller emails", and "Seller Payer IDs". If you do not have the credentials, please reach out to your PayPal account manager.

  2. Verify that all the files are in place by running and passing the Unit tests (process shown below).

    wget https://phar.phpunit.de/phpunit-5.7.phar 
    (Download a version of PHPunit consisent with your php version)
    
    mv phpunit-5.7.phar /usr/local/bin/phpunit
    
    chmod a+x  /usr/local/bin/phpunit
    
    phpunit --version 
    
    phpunit Tests/unit_test.php
    

Quick Start Demo Deployment Using XAMPP

  1. Download PHP server. Use a server such as XAMPP to be able to host the demo code sample.
  2. Browse to the htdocs directory of XAMPP. Unzip the downloaded demo code folder and place it in this htdocs directory.
  3. Start the Apache server in XAMPP from the XAMPP control panel.
  4. Open the website in the browser and access it as: http://<your_domain>/<php_code_folder_name>/index.php Here, your_domain will be localhost if hosting on your local machine. The php_code_folder_name is the name of the folder under which the downloaded code resides.
  5. Read further instructions when index.php in opened in a browser.

How the code works

The starting point is index.php.

License

Code released under LICENSE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].