From: eileenmcnaughton Date: Tue, 27 Jan 2015 01:33:12 +0000 (+0000) Subject: test generated examples: hack payment processor number back to 1 since cleanup on... X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=1c8b4a51e1f0bee87a8a1c5891d6fe334ac7a112;p=civicrm-core.git test generated examples: hack payment processor number back to 1 since cleanup on test case is problematic --- diff --git a/api/v3/examples/PaymentProcessor/Create.php b/api/v3/examples/PaymentProcessor/Create.php index 1b65044923..40ec07b583 100644 --- a/api/v3/examples/PaymentProcessor/Create.php +++ b/api/v3/examples/PaymentProcessor/Create.php @@ -15,7 +15,7 @@ function payment_processor_create_example() { $params = array( 'name' => 'API Test PP', - 'payment_processor_type_id' => 18, + 'payment_processor_type_id' => 1, 'class_name' => 'CRM_Core_Payment_APITest', 'is_recur' => 0, 'domain_id' => 1,