Skip to content

Commit

Permalink
fix: normalise proto to current bamboo (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sishbi authored Mar 8, 2024
1 parent 847be93 commit 01e3f8e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion docs/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.

* @sishbi @smchala
* @sishbi
9 changes: 0 additions & 9 deletions src/main/proto/com/kodypay/grpc/pay/v1/pay.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ service KodyPayTerminalService {
rpc Pay(PayRequest) returns (stream PayResponse);
rpc Cancel(CancelRequest) returns (CancelResponse);
rpc PaymentDetails(PaymentDetailsRequest) returns (PayResponse);
rpc Clear(ClearRequest) returns (ClearResponse);
}

// requires X-API-Key header with 'API Key' value
Expand Down Expand Up @@ -63,11 +62,3 @@ message PaymentDetailsRequest {
string store_id = 1; // UUID of store
string order_id = 2; // to identify the payment (order)
}

// requires X-API-Key header with 'API Key' value
message ClearRequest {
string store_id = 1;
}
message ClearResponse {
int32 cleared = 1;
}

0 comments on commit 01e3f8e

Please sign in to comment.