public static function PayPalPaymentPPSPaymentExecution::getInfo in PayPal for Payment 7
File
- paypal_payment_pps/
tests/ PayPalPaymentPPSPaymentExecution.test, line 16 - Contains \PayPalPaymentPPSPaymentExecution.
Class
- PayPalPaymentPPSPaymentExecution
- Tests payment execution.
Code
public static function getInfo() {
return array(
'description' => '',
'name' => 'Payment execution',
'group' => 'PayPal Payments Standard',
'dependencies' => array(
'paypal_payment_pps_test',
),
);
}