Closed (fixed)
Project:
Recurly
Version:
7.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
22 Aug 2014 at 07:08 UTC
Updated:
11 May 2015 at 23:07 UTC
Jump to comment: Most recent, Most recent file
There is warning on Update billing information page (regular logged on user without any subscriptions)
Notice: Undefined index: #coupon_code in recurlyjs_element_expand() (line 291 of /var/www/public_web_root/sites/all/modules/recurly/modules/recurlyjs/recurlyjs.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2325869.1-undefined-index.patch | 885 bytes | deviantintegral |
| patch.txt | 372 bytes | palyan |
Comments
Comment #1
deviantintegral commentedRan into this as well. The patch code is fine, but I had to reroll it as it wasn't against the Recurly module. @palyan, https://www.drupal.org/node/707484 has directions on how to create a patch so others can apply it. Also, if you name it with something more descriptive (node id, comment number, description) it means others can commit the patch to their own sites and easily know where it's from.
Comment #2
deviantintegral commentedComment #3
eojthebraveThis looks like it's a duplicate of #2447793: Fixing PHP notice, and they both have a similar solution.
Comment #4
aburke626This looks good, I closed #2325869: Undefined index #coupon_code in recurlyjs_element_expand() as a duplicate as the error checking here is a little more robust and can't hurt. I'll get this into the next release, as we now have a handful of small updates to push out.
Comment #5
aburke626