first upload all files
This commit is contained in:
8
Modules/Payment/ShouldRedirect.php
Normal file
8
Modules/Payment/ShouldRedirect.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace Modules\Payment;
|
||||
|
||||
interface ShouldRedirect
|
||||
{
|
||||
public function getRedirectUrl();
|
||||
}
|
||||
Reference in New Issue
Block a user