test generated examples: hack payment processor number back to 1 since cleanup on...
authoreileenmcnaughton <eileen@fuzion.co.nz>
Tue, 27 Jan 2015 01:33:12 +0000 (01:33 +0000)
committereileenmcnaughton <eileen@fuzion.co.nz>
Tue, 27 Jan 2015 01:33:12 +0000 (01:33 +0000)
api/v3/examples/PaymentProcessor/Create.php

index 1b650449232401b7ca384761f8e0eb8876bc69e4..40ec07b58367283e1417bd0bf76d23408fdba60d 100644 (file)
@@ -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,