Télécharger la liste

Description du projet

The Authorize.net CIM PHP Class allows you to
interact with the Authorize.Net Customer
Information Manager (CIM), which can be used to
store your customers’ sensitive payment
information on secure servers, simplifying
payments for returning customers and recurring
transactions. It can also help you to comply with
the Payment Card Industry (PCI) Data Security
Standard, since customer data is no longer stored
locally. It is an ideal tool for businesses that
need to securely save customer data and provide
convenience for their customers.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-06-07 17:34
1.3

Certaines mises à jour diverses ont été apportées à la classe PHP en raison des récentes modifications apportées à l'API Authorize.net CIM. Le seul changement qui affectent les utilisateurs de cette classe est la suppression de la mise en œuvre SecureSource Wells Fargo. Un fichier README.txt qui explique les diverses incohérences dans la CIM Authorize.net API manuel a été inclus. version $ et $ responseDelimiter variables ont été ajoutées dans la classe. La classe s'assure maintenant que responseDelimiter le $ est correcte et l'expression rationnelle a été mise à jour pour quelques éléments qui nécessitait un montant en dollars dans le format correct.
Tags: Minor bugfixes
Some miscellaneous updates were made to the PHP class because of recent changes to the Authorize.net CIM API. The only change that will affect users of this class is the removal of the Wells Fargo SecureSource implementation. A README.txt file that explains various inconsistencies in the Authorize.net CIM API manual was included. $version and $responseDelimiter variables were added in the class. The class now ensures that the $responseDelimiter is correct, and the regexp was updated for a few elements that required a dollar amount in the correct format.

2008-01-19 23:38
1.2

L'erreur de logique de gestion pour certaines fonctions était incorrecte. L'élément refid est maintenant appliquée. La Wells Fargo SecureSource eCheck.Net mise en oeuvre était erronée. echeck (élément compteEpargne) mise en oeuvre était erronée. getCustomerShippingAddress () a été modifié et rebaptisé getCustomerShippingAddressRequest (). order_purchaseOrderNumber () avait un nom d'élément incorrect. Quelques exemples étaient incorrects. De meilleurs exemples de chaque méthode ont été ajoutés, avec tous les détails et tous les paramètres possibles. Une option de proxy Godaddy pour curl a été ajouté.
Tags: Minor bugfixes
The error handling logic for some functions was
incorrect. The refId element is now implemented.
The Wells Fargo SecureSource eCheck.Net
implementation was incorrect. echeck (bankAccount
element) implementation was incorrect.
getCustomerShippingAddress() was modified and
renamed to getCustomerShippingAddressRequest().
order_purchaseOrderNumber() had an incorrect
element name. Some examples were incorrect. Better
examples for each method were added, with full
details and all possible parameters. A Godaddy
proxy option for curl was added.

2008-01-04 09:59
1.1

Certains modèles d'expression régulière étaient incorrectes.
Tags: Minor bugfixes
Some regular expression patterns were incorrect.

2007-12-29 08:05
1.0

Actuellement, seul le type de carte de crédit a été testé. Types de contrôles (echeck) et WellFargo (securesource) de paiement sont mis en œuvre selon le manuel, mais non testé.
Tags: Initial freshmeat announcement
Currently, only the credit card payment type has been tested. Checks (echeck) and WellFargo (securesource) payment types are implemented according to the manual, but not tested.

Project Resources