Skip to content

Commit 6637e31

Browse files
authored
Task/bam 318 add service change to order (#83)
## **Associated JIRA tasks** BAM-318 ## **What the change does.** Add service change amount to the order returned Additionally, also added the pull_request_template to the repo ## **Does this change break backwards compatibility?.** No
1 parent 6f44e9c commit 6637e31

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/pull_request_template.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## **Associated JIRA tasks**
2+
3+
Links to associated JIRAs for this project
4+
5+
## **What the change does.**
6+
7+
Describe what the change is and what functionality it adds.
8+
9+
## **Does this change break backwards compatibility?.**
10+
11+
Describe where and how this change breaks backwards compatibility.

src/main/proto/com/kodypay/grpc/ordering/v1/order.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ message Order {
133133
optional string location_number = 6;
134134
OrderStatus status = 7;
135135
optional google.protobuf.Timestamp date_created = 8; // set by server when order is received for first time
136+
optional string service_charge_amount = 9;
136137

137138
message OrderItemOrCombo {
138139
oneof type {

0 commit comments

Comments
 (0)