Jan Berdajs
Jan Berdajs
Updated to correctly determine use_billing? (fixes issue if ship is same as bill and gets updated in checkout form)
@damianlegawiec what do you think?
Actually it's not just an annoying bug. Default address is completely broken and not working at all.
More information: This doesn't work, but worked in 4.3.x: ```ruby Spree.config do |config| config.admin_path = 'xxx' end ``` This does work (in an initializer): ```ruby Spree.admin_path = 'xxx' ``` It...
@damianlegawiec why removed? This issue is still present in 4.3.1 at least. Was it fixed in 4.4+?
The problem is the behavior of alias. It does not ignore the alias if it already existed, but it registers it as an alias on the client side, which is...
`that _alias flag is simply for convenience/auditing whether the alias was committed or not` well no, at the moment it only means that the alias was requested. it is registered...
It has to do with Postgres, which is stricter on proper SQL, I have the same issue(s). Looking for a solution as well, because it comes up through multiple paths...
@damianlegawiec ?
Damn lol I just did #98 and just saw this. @damianlegawiec can you merge this? Been 3 months, I think it's due.