Download List

Projeto Descrição

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.

System Requirements

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

Algumas atualizações diversas foram feitas para a classe PHP por causa das mudanças recentes para a CIM Authorize.net API. A única mudança que irá afectar os utilizadores desta classe é a remoção da execução SecureSource Wells Fargo. Um arquivo Leiame.txt que explica várias inconsistências no Authorize.net CIM API manual foi incluído. version $ $ e variáveis responseDelimiter foram adicionados na classe. A classe agora garante que os R $ responseDelimiter está correta, ea regexp foi atualizado para alguns elementos que exigia uma quantidade de dólar no formato correto.
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

O erro de lógica de tratamento para algumas funções estava incorreto. O elemento refid está agora implementada. O Wells Fargo implementação eCheck.Net SecureSource estava incorreto. echeck (elemento BankAccount) A execução estava errada. getCustomerShippingAddress () foi modificado e renomeado para getCustomerShippingAddressRequest () order_purchaseOrderNumber. () tinha um nome de elemento incorreto. Alguns exemplos são incorretas. Melhores exemplos de cada método foram adicionados, com detalhes completos e todos os parâmetros possíveis. Uma opção de proxy GoDaddy para enrolar foi adicionado.
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

Alguns padrões de expressões regulares estavam incorretas.
Tags: Minor bugfixes
Some regular expression patterns were incorrect.

2007-12-29 08:05
1.0

Atualmente, apenas o tipo de pagamento por cartão de crédito foi testado. Tipos de Cheques (echeck) e WellFargo (securesource) de pagamento são executadas de acordo com o manual, mas não foi testado.
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