Week 11 Issues
Title: Issue Relating to Sherpa Delivery Rendering and Chat Screen
Author Sampurna Adhikari
- Chat Screen
-> Messages were not sent and only quick messages were sent and photos were uploaded. Then again i checked some codes and then i came down to the messages being sent but as an object.
- Sherpa Screen
📍 POST /api/sherpa/quote
[SHERPA] Quote request received: {
pickup: 'Sydney NSW',
dropoff: '6 Station Road, Auburn New South Wales 2144, Australia',
lat: -33.849183,
lng: 151.034972,
vehicleType: 1
}
[SHERPA] Authenticating for quote...
[SHERPA] Auth success (quote).
[SHERPA] Requesting quote with payload: {
pickup: 'Sydney NSW',
pickupLat: undefined,
pickupLng: undefined,
dropoff: '6 Station Road, Auburn New South Wales 2144, Australia',
lat: -33.849183,
lng: 151.034972,
vehicleType: 1
}
[SHERPA] Quote success — Price: 49.65. all the process up until the get quote was a success and then the app crashed.


Comments
Post a Comment