Skip to content

Commit

Permalink
Update steps numbers in ApiController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Kwok-he-Chu authored Sep 25, 2024
1 parent 6718ded commit 4a85eb9
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ public ResponseEntity<PaymentResponse> payments(@RequestHeader String host, @Req

@PostMapping("/api/payments/details")
public ResponseEntity<PaymentDetailsResponse> paymentsDetails(@RequestBody PaymentDetailsRequest detailsRequest) throws IOException, ApiException {
// Step 13
return null;
}

@GetMapping("/api/handleShopperRedirect")
public RedirectView redirect(@RequestParam(required = false) String payload, @RequestParam(required = false) String redirectResult) throws IOException, ApiException {
// Step 13
// Step 14
return null;
}
}
}

0 comments on commit 4a85eb9

Please sign in to comment.