public static function ucRecurringPaypalWPSTestCase::getInfo in UC Recurring Payments and Subscriptions 7.2
Same name and namespace in other branches
- 6.2 modules/uc_recurring_hosted/uc_recurring_hosted.test \ucRecurringPaypalWPSTestCase::getInfo()
File
- modules/
uc_recurring_hosted/ uc_recurring_hosted.test, line 12 - UC Recurring paypal simpletest
Class
- ucRecurringPaypalWPSTestCase
- Test payment gateway api fuctions in uc_recurring.
Code
public static function getInfo() {
return array(
'name' => t('Paypal WPS'),
'description' => t('Test the paypal IPN callback on recurring orders'),
'group' => t('Ubercart recurring fees'),
);
}