sivarajankumar / web-invoice

Automatically exported from code.google.com/p/web-invoice
GNU General Public License v3.0
0 stars 3 forks source link

Currency error #121

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.I've created an Invoice having the price in RON
2.I've sent the invoice to the client
3.the conversion between currencies, RON which is the currency of the invoice 
and USD which is the currency used by PayPal
4.In the Invoice's History section I get the error message:
"Failed PayPal IPN request from 173.0.82.126. REF: Invalid currency. Serialized 
object 
O:18:"Web_Invoice_Paypal":11:{s:2:"ip";s:12:"173.0.82.126";s:7:"invoice";O:19:"W
eb_Invoice_GetInfo":2:{s:2:"id";s:8:"51367602";s:10:"_row_cache";O:8:"stdClass":
9:{s:2:"id";s:1:"3";s:12:"invoice_date";s:19:"2011-07-09 
00:00:00";s:6:"amount";s:4:"4000";s:11:"description";s:149:"...

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
I am using Wordpress 3.2 and Web Invoice 2.1.0
This is the error I received:
In the "This Invoice's History" section, appears the error message:
"Failed PayPal IPN request from 173.0.82.126. REF: Invalid currency. Serialized 
object 
O:18:"Web_Invoice_Paypal":11:{s:2:"ip";s:12:"173.0.82.126";s:7:"invoice";O:19:"W
eb_Invoice_GetInfo":2:{s:2:"id";s:8:"51367602";s:10:"_row_cache";O:8:"stdClass":
9:{s:2:"id";s:1:"3";s:12:"invoice_date";s:19:"2011-07-09 
00:00:00";s:6:"amount";s:4:"4000";s:11:"description";s:149:"...

Please provide any additional information below.

Original issue reported on code.google.com by valentin...@gmail.com on 9 Jul 2011 at 10:24