uber / rides-java-sdk

Uber Rides Java SDK (beta)
https://developer.uber.com/docs
MIT License
104 stars 57 forks source link

[Task] Required update to include ride receipts and add scope surge_accept #6

Closed vineetpatil closed 8 years ago

vineetpatil commented 8 years ago
  1. Uber SDK version 0.2.0 added the scope request_receipt but there is no implementation to get the receipts of the rides.
  2. Please add scope "surge_accept" to enum Scopes.
alibitek commented 8 years ago
  1. See PR #7
  2. According to the Scopes documentation there is no "surge_accept" scope, where did you find it mentioned?
vineetpatil commented 8 years ago

Great thanks for implementing the rides receipt. I will close this issue now.