RT#42347: Add IDT transaction ID to payment information
[freeside.git] / FS / FS / API.pm
index 9d0ef25..6ca2b55 100644 (file)
@@ -66,6 +66,10 @@ Amount paid
 
 Option date for payment
 
+=item order_number
+
+Optional order number
+
 =back
 
 Example:
@@ -78,6 +82,7 @@ Example:
 
     #optional
     '_date'   => 1397977200, #UNIX timestamp
+    'order_number' => '12345',
   );
 
   if ( $result->{'error'} ) {