Closed simcod closed 2 years ago
The service:
rpc CreateOrUpdateCustomer(PaymentServiceCreateOrUpdateCustomerRequest) returns (PaymentServiceCreateOrUpdateCustomerResponse) { option (tenant_roles) = TENANT_ROLE_OWNER; }
Already contains a Address in the PaymentCustomer and the name of the service already implies the update. Why not simply reuse this ?
Thanks, you are right. We don't need this new function and will use the existing one.
The service:
Already contains a Address in the PaymentCustomer and the name of the service already implies the update. Why not simply reuse this ?