Fix form params for testEventPaymentForms
authorMatthew Wire <mjw@mjwconsult.co.uk>
Mon, 17 May 2021 20:27:45 +0000 (21:27 +0100)
committerMatthew Wire <mjw@mjwconsult.co.uk>
Mon, 17 May 2021 20:27:56 +0000 (21:27 +0100)
tests/phpunit/CRM/Financial/Form/PaymentFormsTest.php

index f012856aa8fce1d8d3bbd6c3e61fb22fcc2de2ed..7ef3200bd9d0ae9ca42239dc6b68c4edfd9229d2 100644 (file)
@@ -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',