Jump to content
  • 0

Possible Bug In The Invoice / Add Api Call


thelastender

Question

my (data) I pulled the due_date from an existing invoice even to attempt to get it right, was using date("Y-m-d G:i:s")  -- 

Array

  (   [vars] => Array   (   [client_id] => 6   [date_billed] => 2014-02-09 12:16:35   [due_date] => 2014-03-03 19:16:20   [currency] => USD   [amount] => 10.99   [status] => active   [lines] => Array   (   [0] => Array   (   [description] => Premium Server   [qty] => 1   [amount] => 5.99   [term] => 10000   )       )       [delivery] => Array   (   [0] => email   )       )       )  

 

No Matter the input I get this error

 

stdClass Object

  (   [date_due] => stdClass Object   (   [format] => The due date is in an invalid date format.   )       )

 

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...