metal-stack-cloud / api

MIT License
1 stars 0 forks source link

make it possible to change address #17

Closed simcod closed 2 years ago

majst01 commented 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 ?

simcod commented 2 years ago

Thanks, you are right. We don't need this new function and will use the existing one.