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