{if $order->isActive() && !$order->isPaid(true)} {$somethingToPay = $payment->createAdyenSession()} {if $somethingToPay}
{get_session_value type="adyen_{$order->id}" assign=adyenSession}
{/if} {/if}