We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e545468 commit d570bf8Copy full SHA for d570bf8
1 file changed
src/main/java/uk/gov/hmcts/reform/payments/client/PaymentsApi.java
@@ -54,9 +54,9 @@ void cancelCardPayment(
54
@RequestHeader("ServiceAuthorization") String serviceAuthorization
55
);
56
57
- @GetMapping(value = "/card-payments/{internal-reference}/status")
+ @GetMapping(value = "/payments/{payment-reference}")
58
PaymentDto getCardPaymentStatus(
59
- @PathVariable("internal-reference") String internalReference,
+ @PathVariable("payment-reference") String paymentReference,
60
@RequestHeader("Authorization") String authorization,
61
62
0 commit comments