{* Smarty *} {* Default template for pt_gsashop "ePayment Return"; Author: Rainer Kuhn , since 2006-09-04 *}

{$ll_payment_sum}: {$payment_amount} {$payment_currency}
{$ll_payment_description}: {$payment_description}

{if $cond_success}

{$ll_payment_successful}

{else}

{$ll_payment_not_successful}

{/if} {if $cond_debugOutput}

Debugging output (displayed for dev version only):

Booking ID: {$bookingId}

Status ID: {$status}
Transaction ID: {$transactionId}
Reference ID: {$referenceId}
Short ID: {$shortId}
Return Code: {$returnCode}
Return Message: {$returnMsg}

{/if} {*debug*}