Skip to content

Commit

Permalink
Rename finalize endpoints to process order. More consistent with PayP…
Browse files Browse the repository at this point in the history
…al's phrasing
  • Loading branch information
scannillo committed Oct 8, 2019
1 parent 95edd50 commit 1cebcee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ OrderValidationInfo getOrderValidationInfo(@RequestParam(value = "payeeEmail", r
return new OrderValidationInfo(uat, orderResponse.getBody().getId());
}

@RequestMapping("/capture-order/{orderId}")
@RequestMapping("/process-order/{orderId}")
OrderCaptureInfo captureOrder(@PathVariable String orderId,
@RequestParam(value = "intent", required = false, defaultValue = "capture") String intent) {
HttpHeaders orderHeaders = new HttpHeaders();
Expand Down

0 comments on commit 1cebcee

Please sign in to comment.