Skip to content

Commit c65ff78

Browse files
authored
Change package name (#87)
## **Associated JIRA tasks** Links to associated JIRAs for this project ## **What the change does.** Describe what the change is and what functionality it adds. ## **Does this change break backwards compatibility?.** Describe where and how this change breaks backwards compatibility.
1 parent c86a58d commit c65ff78

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/proto/com/kodypay/grpc/payattable/v1/pay_at_table.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
syntax = "proto3";
22

3-
package payattable.v1;
3+
package com.kodypay.grpc.payattable.v1;
4+
45
import "google/protobuf/timestamp.proto";
56
import "google/protobuf/wrappers.proto"; // For optional fields like tip
67

0 commit comments

Comments
 (0)