handle dynamic json data and examples for subscription details
This commit is contained in:
@@ -2,6 +2,8 @@ syntax = "proto3";
|
||||
package messages;
|
||||
option go_package = "git.tornberg.me/go-cart-actor/proto;messages";
|
||||
|
||||
import "google/protobuf/any.proto";
|
||||
|
||||
message ClearCartRequest {
|
||||
|
||||
}
|
||||
@@ -114,3 +116,12 @@ message AddVoucher {
|
||||
message RemoveVoucher {
|
||||
uint32 id = 1;
|
||||
}
|
||||
|
||||
message UpsertSubscriptionDetails {
|
||||
|
||||
optional string id = 1;
|
||||
string offeringCode = 2;
|
||||
string signingType = 3;
|
||||
google.protobuf.Any data = 4;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user