edgreenberg Posted September 4, 2016 Share Posted September 4, 2016 I'm working on a registrar module for my upstream registrar. When I register, transfer or renew a domain, the registrar API returns an order number. I'd like to save that for followup. If this was a server module, I could define a custom field, but that doesn't seem to exist for domains. I think I might have to add my own table, and update it myself. Any better ideas? Thanks, Ed Greenberg 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted September 4, 2016 Share Posted September 4, 2016 new database table with (domainid, ordernumber) columns will be the only available option I think 0 Quote Link to comment Share on other sites More sharing options...
edgreenberg Posted September 4, 2016 Author Share Posted September 4, 2016 new database table with (domainid, ordernumber) columns will be the only available option I think Thanks for confirming that I wasn't missing anything. Before I got that route, I'm going to try writing it into the admin notes of the order, via the API. I'll report back if I'm successful. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.