Skip Menu |

This queue is for tickets about the Business-OnlinePayment-AuthorizeNet CPAN distribution.

Report information
The Basics
Id: 80337
Status: resolved
Priority: 0/
Queue: Business-OnlinePayment-AuthorizeNet

People
Owner: ivan-pause [...] 420.am
Requestors: simon [...] technocool.net
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: 3.22
Fixed in: (no value)



Subject: Country and Email required (Possibly UK only)
The example snippet "the simple case" in documentation failed for me with errors indicating "country" and "email" are now required fields. I added: country => 'us', email => 'someone@example.com', To end of address in the snippet and transaction completed. This may reflect that Authorize.Net have just started taking on UK based clients; my employers signed up on day one, or I may just be the first person pedantic enough to mention it.
On Mon Oct 22 11:56:50 2012, gnufan wrote: Show quoted text
> The example snippet "the simple case" in documentation failed for me > with errors indicating "country" and "email" are now required fields. > > I added: > country => 'us', > email => 'someone@example.com', > > To end of address in the snippet and transaction completed. > > This may reflect that Authorize.Net have just started taking on UK based > clients; my employers signed up on day one, or I may just be the first > person pedantic enough to mention it.
Authorize.Net's rules for required fields vary, even within each country. Itt certainly does not hurt to list more fields which can be required in the example. Added to git master; will be in 3.23.