RC6 appears to have changed the format of the attributes array which is causing the certificate not to be created and throwing an error about the e-mail address not being valid.

Comments

jrust’s picture

Status: Active » Fixed

Fixed in CVS. Note that this breaks backward compatibility with old version of ubercart (i.e. ucbercart 2.0-rc6 or higher is required)

torgospizza’s picture

Crap. That's going to affect some other stuff I'm doing. Can you post a quick example?

jrust’s picture

Yeah, basically the attributes array is one level deeper now. So, instead of
$data['attributes']["Recipient's Email Address"]
It's now
$data['attributes']["Recipient's Email Address"][0]

torgospizza’s picture

Oh okay, that's not so bad. (Phew.) Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.