Preview: VenmoSdk.php
Size: 800 B
/home/godevadmin/www/admin/braintree/final/braintree_php-master/lib/Braintree/Test/VenmoSdk.php
<?php
namespace Braintree\Test;
/**
* VenmoSdk payment method codes used for testing purposes
*
* @package Braintree
* @subpackage Test
* @copyright 2015 Braintree, a division of PayPal, Inc.
*/
class VenmoSdk
{
public static $visaPaymentMethodCode = "stub-4111111111111111";
public static function generateTestPaymentMethodCode($number) {
return "stub-" . $number;
}
public static function getInvalidPaymentMethodCode() {
return "stub-invalid-payment-method-code";
}
public static function getTestSession() {
return "stub-session";
}
public static function getInvalidTestSession() {
return "stub-invalid-session";
}
}
class_alias('Braintree\Test\VenmoSdk', 'Braintree_Test_VenmoSdk');
Directory Contents
Dirs: 0 × Files: 6