- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Direct Post Method and PHP 4.4
I'm following the DPM dev guide and it's saying I need to use the PHP SDK. Unfortunately the SDK requires PHP 5.2+.
How can I use DPM with PHP 4? Is documentation available for this?
02-22-2012 01:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Documentation is here
02-22-2012 04:41 AM - edited 02-22-2012 04:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
That documentation will not give you PHP 4.x code, of course. And adapting the SDK may be difficult unless you're quite familiar with class definitions for 4.x and 5.x. It's probably going to be easier to install 5.x, or set up your payment area to a subdomain on 5.x (payments.mydomain.com), than to use this on 4.x..

02-22-2012 06:31 AM
