forked from LiveCarta/PayPal-PHP-SDK
Initial commit
This commit is contained in:
7
tests/PayPal/Test/Constants.php
Normal file
7
tests/PayPal/Test/Constants.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
namespace PayPal\Test;
|
||||
|
||||
class Constants {
|
||||
const CLIENT_ID = 'EBWKjlELKMYqRNQ6sYvFo64FtaRLRR5BdHEESmha49TM';
|
||||
const CLIENT_SECRET = 'EO422dn3gQLgDbuwqTjzrFgFtaRLRR5BdHEESmha49TM';
|
||||
}
|
||||
Reference in New Issue
Block a user