cart and checkout
Build and Publish / BuildAndDeployAmd64 (push) Failing after 4s
Build and Publish / BuildAndDeployArm64 (push) Failing after 6s

This commit is contained in:
2026-06-27 19:49:00 +02:00
parent 492f54ff45
commit 528c59bfd3
67 changed files with 3618 additions and 1031 deletions
+5
View File
@@ -77,6 +77,9 @@ message LinkOrder {
string status = 3; // order status snapshot
}
// AnonymizeProfile wipes all PII from the customer profile.
message AnonymizeProfile {}
message Mutation {
oneof type {
SetProfile set_profile = 1;
@@ -86,5 +89,7 @@ message Mutation {
LinkCart link_cart = 5;
LinkCheckout link_checkout = 6;
LinkOrder link_order = 7;
AnonymizeProfile anonymize_profile = 8;
}
}