Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Isaacsu/prototype #1

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Isaacsu/prototype #1

wants to merge 15 commits into from

Conversation

isaacsu
Copy link
Owner

@isaacsu isaacsu commented Feb 25, 2014

👍 🐨

Description

This app allows an agent to lookup Paypal transactions for a customer by his/her email address.

Screencast

aaa

/cc @zendesk/quokka

- parseListing
- mock*
Use common parsePaypalPayload function for List/Details.
Remove hardcoded sandbox creds
shortened FetchPaypalTransaction* names.
removed redundant parseDetail function.
margin:0;
}

.zendesk-paypal-transactions li {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could use sass nesting here

@jwswj
Copy link

jwswj commented Mar 28, 2014

@breezy077 💇

this.handleFailure(payload);
break;

case 'FailureWithWarning':
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If 'Failure' and 'FailureWithWarning' are doing the same thing I think it would be nicer to list them as:
case 'Failure':
case 'FailureWithWarning':
this.handleFailure(payload);
break;

@brianac
Copy link

brianac commented Mar 30, 2014

once the indentation is fixed up 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants