first commit
This commit is contained in:
12
lib/Config/Mode.php
Normal file
12
lib/Config/Mode.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace Yeepay\Yop\Sdk\Config;
|
||||
|
||||
class Mode
|
||||
{
|
||||
|
||||
const PROD = 'prod';
|
||||
|
||||
const SANDBOX = 'sandbox';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user