Skip to content

Commit

Permalink
update email subject
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldpdl committed May 26, 2014
1 parent 74001b9 commit 92f9741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/includes/modules/payment/paypal_express.php
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,7 @@ function sendDebugEmail($response = array()) {
}

if (!empty($email_body)) {
tep_mail('', MODULE_PAYMENT_PAYPAL_EXPRESS_DEBUG_EMAIL, 'PayPal Express Debug E-Mail', trim($email_body), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
tep_mail('', MODULE_PAYMENT_PAYPAL_EXPRESS_DEBUG_EMAIL, 'PayPal Express Checkout Debug E-Mail', trim($email_body), STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS);
}
}
}
Expand Down

0 comments on commit 92f9741

Please sign in to comment.