linkorb / buckaroo

API client for Buckaroo BPE 3.0 for PHP. PSR-0 compliant.
MIT License
11 stars 16 forks source link

Sudden error #10

Closed nisar5071 closed 9 years ago

nisar5071 commented 9 years ago

Hi there,

I was using the API successfully till date but now suddenly getting this error

Caught exception: The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework SDK documentation and inspect the server trace logs.

Any idea why this happened suddenly?

Regards Nisar

martijngastkemper commented 9 years ago

Could you give me an example of your call. Maybe I can reproduce the error.

nisar5071 commented 9 years ago

The issue was my clients API which suddenly started returning the amount with a comma (30,25) and I was using the same for AmountDebit , now handling the amount properly and everything is fine now. Thanks for you reply