justin-lyon / jml-dx-box

Justin's running personal sfdx org
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Fix PricebookSingleton Public API #59

Closed justin-lyon closed 1 year ago

justin-lyon commented 1 year ago

The PricebookSingleton's public api should be

public static PricebookSingleton get() {}

public Id getStdPricebookId() {}

And thats it.