xuanwan05

Results 6 comments of xuanwan05

Hi @tengkuzulfadli, one thing I realized is you didn't return the orderId. Could you please update the createOrder callback and make it return the orderId? ``` js createOrder={async () =>...

Hey @tengkuzulfadli, Could you please follow the steps and send me the screenshot? 1. open browser inspect and click on Network tab 2. find "fetch-client-token" which throws "invalid access token"...

Hey @tengkuzulfadli, It seems like you didn't get the orderId correctly. Could you please add `console.log(data.orderId)` before the added row `return data.orderId;` ? I want to check what the orderId...

@tengkuzulfadli Could you please send a screenshot of Preview tab which is next to Payload?

Could you please check if Authorization from Request Headers has the same value as the one from postman?

I just want to double check, Could you please 1. From Postman, make the call one more time 2. From web browser, fresh the page and click Pay button after...