AFAICT, 'uc_pg_pxpay_enabled' isn't used anywhere other than the mention in uc_dps_pxpay_requirements():
if (variable_get('uc_pg_pxpay_enabled', TRUE)) {
The attached patch removes this line and improves adherence to code standards.
| Comment | File | Size | Author |
|---|---|---|---|
| remove_legacy_line.patch | 1.78 KB | jonathan_hunt |
Comments
Comment #1
berenddeboer commentedJonathan, marking this as duplicate, since you already removed it in #1379334: Post-transaction order handling, code style, docs.