Details
Description
The following lines in thankyou.tpl restrict the payment processor to paypal & google. Also, I would suggest another criteria be added - that the payment hasn't been confirmed as some processors do return notification promptly.
{elseif $contributeMode EQ 'notify' and $paidEvent}<p>
{ts}Your registration payment has been submitted to
{if $paymentProcessor.payment_processor_type EQ 'Google_Checkout'}{if $is_email_confirm}
<p>{ts 1=$email}A registration confirmation email will be sent to %1 once the transaction is processed successfully.{/ts}</p>
{/if}
{else}