Skip to content

Commit

Permalink
Remove duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannis-kody committed Oct 29, 2024
1 parent 7a32a0d commit f749d78
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/proto/com/kodypay/grpc/pay/v1/pay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ service KodyPayTerminalService {
rpc PaymentDetails(PaymentDetailsRequest) returns (PayResponse) {
option (google.api.http) = {get: "/v1/pay/details/{store_id}/{order_id}"};
}
rpc Refund(RefundRequest) returns (stream RefundResponse) {
option (google.api.http) = {get: "/v1/pay/details/{store_id}/{order_id}"};
}
rpc Refund(RefundRequest) returns (stream RefundResponse) {
option (google.api.http) = {
post: "/v1/pay/refund/{store_id}/{order_id}"
Expand Down

0 comments on commit f749d78

Please sign in to comment.