Payment Checkout :: Yummytime.no
@if($error != "")
{{ $error }}
@endif
@php
// testing
$clientKey = "test_KTA4VFS555ACLPCNP5PRVKJ2JMQQCMNN";
// YummyTimeEgersund
$clientKey = $store->adyen_client_key; //"test_KTA4VFS555ACLPCNP5PRVKJ2JMQQCMNN";
$en = 'test';
@endphp
@if ($store->adyen_environment == 2)
@php
$en = 'live';
@endphp
@endif