Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/205 #283

Merged
merged 2 commits into from
Aug 7, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -216,11 +216,11 @@ public static function /* Conditional phase for ``c_ws_plugin__s2member_paypal_n
{
$paypal["s2member_log"][] = "Page Expired. Duplicate Return-Data.";
$paypal["s2member_log"][] = "s2Member `txn_type` identified as `subscr_modify`.";
$paypal["s2member_log"][] = "Page Expired. Redirecting Customer to the Home Page (after displaying an error message).";
$paypal['s2member_log'][] = 'Page Expired. Instructing customer to check their email for further details about how to obtain access to what they purchased.';

echo c_ws_plugin__s2member_return_templates::return_template($paypal["subscr_gateway"],
_x('<strong>Page Expired:</strong> Duplicate Return-Data.<br />Please contact Support if you need any assistance.', "s2member-front", "s2member"),
_x("Back To Home Page", "s2member-front", "s2member"), home_url("/"));
echo c_ws_plugin__s2member_return_templates::return_template($paypal['subscr_gateway'],
'<strong>'._x('Thank you! Please check your email for further details regarding your purchase.', 's2member-front', 's2member').'</strong>',
_x('Return to Home Page', 's2member-front', 's2member'), home_url("/"));
}
foreach(array_keys(get_defined_vars())as$__v)$__refs[$__v]=&$$__v;
do_action("ws_plugin__s2member_during_paypal_return_after_subscr_modify", get_defined_vars());
Expand Down
Loading