![]() |
|
|||||||
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
#1
IP: 153.99.80.189
|
|||
|
|||
|
check 2 places:
admin desk admin/modules.php?set=payment check your paypal setup: user name password signature front: includes/modules/payment/paypalwpp.php, near line 1043 $doPayPal = new paypal_curl(array('mode' => 'nvp', 'user' => trim(MODULE_PAYMENT_PAYPALWPP_APIUSERNAME), 'pwd' => trim(MODULE_PAYMENT_PAYPALWPP_APIPASSWORD), 'signature' => trim(MODULE_PAYMENT_PAYPALWPP_APISIGNATURE), 'version' => '3.2', 'server' => MODULE_PAYMENT_PAYPALWPP_SERVER)); $doPayPal->_endpoints = array('live' => 'https://api-3t.paypal.com/nvp', 'sandbox' => 'https://api.sandbox.paypal.com/nvp'); do not use the following code: $doPayPal = new paypal_curl(array('mode' => 'nvp', 'user' => 'xxxxxxxxxxx', 'pwd' => 'xxxxxxxxxxxxxxxx', 'signature' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxx', 'version' => '3.2', 'server' => MODULE_PAYMENT_PAYPALWPP_SERVER)); |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adding a new Product Type in Zen Cart | Illinois City | ZenCart | 0 | 2016-08-16 07:31 AM |
| What are the Server requirements to run Zen Cart? | Mackinac Island | ZenCart | 0 | 2016-07-17 12:33 AM |
| X-Cart Order Statuses | Nebraska City | X-Cart | 0 | 2016-06-24 12:53 PM |
| How to Install an Zen Cart Template | topvip | ZenCart | 0 | 2009-08-23 05:35 PM |
| x-cart Template Editing Guide for 4.1.x | topvip | X-Cart | 0 | 2009-04-15 11:42 PM |