You have exceeded the maximum number of payment attempts allowed.
@if(isset($rateLimitInfo['is_blocked']) && $rateLimitInfo['is_blocked'])Your access has been temporarily blocked until: @if(isset($rateLimitInfo['blocked_until']) && $rateLimitInfo['blocked_until'] instanceof \DateTime) {{ $rateLimitInfo['blocked_until']->format('Y-m-d H:i:s') }} @elseif(isset($rateLimitInfo['blocked_until'])) {{ $rateLimitInfo['blocked_until'] }} @else later @endif
@endifPlease try again later.