Quote Originally Posted by carlwhat View Post
PHP Code:
if (empty($_SESSION['payment'])) {
    
$_SESSION['payment'] = 'square_webPay';

best.
Thanks, I was thinking of the built-in (albeit fairly non-functional) one.