WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: Anyone using PaypalAATT?

for

Number of posts in this thread: 2 (In chronological order)

From: Mickey Williamson
Date: Thu, Jul 02 2015 1:05PM
Subject: Anyone using PaypalAATT?
No previous message | Next message →

I have PaypalAATT set up and running from the browser. According to this:
https://github.com/paypal/AATT#integration-with-aatt-api, I should be able
to make calls programmatically. But the instructions seem to indicate that
there should be an app.post('/evaluate', function(req, res) entry in app.js
but there is none. I don't see any indication that the app allows posts to
the /evaluate path. Am I completely misunderstanding?

Anyone have PaypalAATT set up and working with Nemo and can make sense out
of https://github.com/paypal/AATT#integration-with-aatt-api for me?

Thanks,
Mickey

From: Maraikayar Prem Nawaz
Date: Mon, Jul 06 2015 10:22PM
Subject: Re: Anyone using PaypalAATT?
← Previous message | No next message

It should be there in app.js .
https://github.com/paypal/AATT/blob/master/app.js
Sudo node app.js should run app.js.
For testing purpose, have added a test html file.
http://localhost/test/PAETAPI.html should show with priority options.
Please let mail me if you still face problems

Thanks
-Nawaz



On Fri, Jul 3, 2015 at 12:35 AM, Mickey Williamson <
= EMAIL ADDRESS REMOVED = > wrote:

> I have PaypalAATT set up and running from the browser. According to this:
> https://github.com/paypal/AATT#integration-with-aatt-api, I should be able
> to make calls programmatically. But the instructions seem to indicate that
> there should be an app.post('/evaluate', function(req, res) entry in app.js
> but there is none. I don't see any indication that the app allows posts to
> the /evaluate path. Am I completely misunderstanding?
>
> Anyone have PaypalAATT set up and working with Nemo and can make sense out
> of https://github.com/paypal/AATT#integration-with-aatt-api for me?
>
> Thanks,
> Mickey
> > > > >