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.

CommentFileSizeAuthor
remove_legacy_line.patch1.78 KBjonathan_hunt

Comments

berenddeboer’s picture

Status: Active » Closed (duplicate)

Jonathan, marking this as duplicate, since you already removed it in #1379334: Post-transaction order handling, code style, docs.