Upgrading from Sage Pay 2.23 to 3.00
I'm currently using Sage Pay Server PHP Kit Includes File
in one of my projects, and as you may know, Sage Pay are deprecating API version 2.23
so I'm forced to upgrade to 3.00
.
The changelog of the file I'm using, if anyone's interested:
***************************************************************************************************
* Change history
* ==============
*
* 02/04/2009 - Simon Wolfe - Updated UI for re-brand
* 11/02/2009 - Simon Wolfe - Updated for VSP protocol 2.23
* 18/12/2007 - Nick Selby - New PHP version adapted from ASP
***************************************************************************************************
I've tried switching $strProtocol="2.23"
to $strProtocol="3.00"
, this seemed to work fine, until I checked the Sage Pay backend.
I know I've not given you much to work with, but maybe someone else is using the same library as me.
EDIT: Here's a pastebin of the whole libary. http://pastebin.com/91AG8nLv