Also Upodated some information in the PayPal Payment Processor directory
// Check if this is a re-direct with parameters
$args = false;
+ // Pass the menu to in config in case the model needs to know what menu item was used to get to it.
+ $this->config['menuItem'] = $menuItem;
+
// Instantiate the model and ask it to perform the work
$model = new $className($this->wpdb, $this->config);
$results = $model->modelAction($actionData);
- You should see two sandbox accounts already setup, a Business (for selling) and a Personal account (for buying)
* Click on the "Facilitator" account then click "Profile"
+
- Note the setup of the account and the "Settings" tab
+
* Close the Facilitator account profile and click on the "Buyer" account then on "Profile"
- Note that under "Funding" that the account has a $9,999.00 balance that can be used for "Sandbox" purchases
There is a proceedure for creating new PayPal accounts and setting them up for Client-side REST Integration in "PayPal_Account_Setup.txt".
+Here's a URL to the PayPal Community forum.
+
+ https://www.paypal-community.com/t5/PayPal-Community/ct-p/en
+
+
Integration Specifics
---------------------