From 1d3ffa531151e1ecb129b118c0105d9436786ba9 Mon Sep 17 00:00:00 2001 From: Matthew Wire Date: Mon, 17 May 2021 21:27:45 +0100 Subject: [PATCH] Fix form params for testEventPaymentForms --- tests/phpunit/CRM/Financial/Form/PaymentFormsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Financial/Form/PaymentFormsTest.php b/tests/phpunit/CRM/Financial/Form/PaymentFormsTest.php index f012856aa8..7ef3200bd9 100644 --- a/tests/phpunit/CRM/Financial/Form/PaymentFormsTest.php +++ b/tests/phpunit/CRM/Financial/Form/PaymentFormsTest.php @@ -60,7 +60,7 @@ class CRM_Financial_Form_PaymentFormsTest extends CiviUnitTestCase { ]; $genericParams = [ 'credit_card_number' => 4111111111111111, - 'processor_id' => $processors[0], + 'payment_processor_id' => $processors[0], 'cvv2' => '123', 'credit_card_exp_date' => [ 'M' => '1', -- 2.25.1