paypal / here-sideloader-api-samples

Sideloader API samples that enable to integrate PayPal Here into other apps
Other
24 stars 32 forks source link

Consolidate value for "Type" in return URLs. #12

Closed jaredegan closed 9 years ago

jaredegan commented 10 years ago

Currently the value for "Type" in return URLs differ between iPad, iPhone and potentially Android. They should be consolidated to be the same list, and we should update the documentation to reflect this.

Documentation is here: https://github.com/paypal/here-sideloader-api-samples/blob/master/docs/README.md

jaredegan commented 9 years ago

We will be consolidating these values to what is being used in iPhone right now. Those are: UNKNOWN, KEY, SCAN, SWIPE, PAYPAL, CHECK, CASH, CHIP, EMV_SWIPE

Consumers of this should architect their code in such a way that can handle new types getting returned in this field.

jaredegan commented 9 years ago

Android & iOS are now consistent.