google-code-export / bignoze

Automatically exported from code.google.com/p/bignoze
0 stars 0 forks source link

QC#25: Click and Send login API - caller website structure removed #436

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
As per the Click and Send functional specification: If the caller_website 
structure is not passed on, the link to return to caller will not appear in 
header and footer of screens.

As the login API call is a one way call we would look to exclude the 
caller_website trsucture from the login API XML call.

Note: this change does NOT affect the sign-up call.

This relates to QC issue # 25.

Original issue reported on code.google.com by Rob...@gmail.com on 24 Jan 2013 at 2:18

GoogleCodeExporter commented 9 years ago
We will need to get Mon's feedback on label generation screen flows as part of 
the wider C&S usability/customer flow feedback.

Original comment by Rob...@gmail.com on 24 Jan 2013 at 2:20

GoogleCodeExporter commented 9 years ago
Hi Roy - this relates to QC #25: caller_website information not sent to C&S 
from FHD.
Please do NOT pass the "caller_website" structure via the API.

Original comment by Rob...@gmail.com on 29 Jan 2013 at 1:00

GoogleCodeExporter commented 9 years ago
removed the following

sb.Append("<caller_website>");
sb.AppendFormat("<callback_url>{0}</callback_url>", callbackurl);
sb.Append("<caller_name>Farmhouse Direct</caller_name>");
sb.Append("</caller_website>");

Original comment by Hui....@gmail.com on 29 Jan 2013 at 1:07

GoogleCodeExporter commented 9 years ago
note that it also removes the callback URL

Original comment by Hui....@gmail.com on 29 Jan 2013 at 1:08

GoogleCodeExporter commented 9 years ago
Roy: I have tested this and seems to work as expected.  Please confirm that 
this was only for the login call and NOT for the signup_call.

Original comment by Rob...@gmail.com on 29 Jan 2013 at 6:07

GoogleCodeExporter commented 9 years ago
Roy - please see my previous comment.  If this change was only made for the 
login call then please confirm and set back to 'ReadyForTest'.

Original comment by Rob...@gmail.com on 29 Jan 2013 at 8:00

GoogleCodeExporter commented 9 years ago
yes it was only made to the login call.

Original comment by Hui....@gmail.com on 29 Jan 2013 at 8:29

GoogleCodeExporter commented 9 years ago

Original comment by Rob...@gmail.com on 29 Jan 2013 at 9:50

GoogleCodeExporter commented 9 years ago

Original comment by Miki...@gmail.com on 6 Feb 2013 at 3:53