Skip to content

Commit

Permalink
fix: Adjust type of BillingRequest.before and BillingRequest.after (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandro-Meireles authored Sep 13, 2021
1 parent 44e3da7 commit aa959f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/weni/protobuf/flows/billing.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ service Billing {

message BillingRequest {
string org_uuid = 1;
google.protobuf.Timestamp before = 2;
google.protobuf.Timestamp after = 3;
string before = 2;
string after = 3;
}

message BillingResponse {
Expand Down

0 comments on commit aa959f8

Please sign in to comment.