FleetCart/Modules/Payment/ShouldRedirect.php

9 lines
110 B
PHP
Raw Permalink Normal View History

2023-06-11 12:14:03 +00:00
<?php
namespace Modules\Payment;
interface ShouldRedirect
{
public function getRedirectUrl();
}