Check the billing fields returned by each payment processor (rather than a fixed...
authorCarlos Capote <carloscapote@thirdsectordesign.org>
Thu, 8 Jul 2021 16:19:59 +0000 (17:19 +0100)
committerCarlos Capote <carloscapote@thirdsectordesign.org>
Tue, 31 Aug 2021 11:51:27 +0000 (12:51 +0100)
commit9cff1ee20562a4153704428ef938bdc8961ecf4f
treeb5e97c7f17619876bad43c3effbf3810d94e7006
parentc0892968e151a9d9e4bdba7159b656ce0bf28d87
Check the billing fields returned by each payment processor (rather than a fixed list)

Add missing newline after closing brace

Add safer check for non-empty variable

Test if billing fields presence is done respecting payment processors

Pass civilint warnings for test file

Add assertion for payment processor with uncomplete profile

Apply civilint fix (remove extra line ending)
CRM/Core/BAO/UFField.php
CRM/Core/Payment/ProcessorForm.php
tests/phpunit/CRM/Core/Payment/ProcessorFormTest.php [new file with mode: 0644]