doctordebug

Results 1 issues of doctordebug

See the follwing sections ### Making a createCheckoutSession request ```java JSONObject payload = new JSONObject(); JSONObject webCheckoutDetail = new JSONObject(); webCheckoutDetail.put("checkoutReviewReturnUrl", "https://localhost/store/checkout_review"); payload.put("webCheckoutDetail", webCheckoutDetail); ### Making an updateCheckoutSession request AmazonPayResponse...