• Hello,

    I’m testing your plugin, and when paying a recurring invoice, I get an error message popping up:

    This transaction has been approved.

    One-time credit card payment is processed successfully. However, recurring billing setup failed.
    with,cache-control,content-type,origin,method
    Date: Mon, 28 Sep 2015 20:43:48 GMT
    Connection: keep-alive

    14657519Okl00001Successful.25979212

    But, the recurring subscription DOES get set up successfully.

    This message appears in a javascript alert. Since the plugin seems to be working otherwise, I’m mainly concerned about customers getting this message after completing a payment and thinking something went wrong.

    What can I do?

    Thanks!

    Oliver

    https://wordpress.org/plugins/wp-invoice/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    Hello,

    detailed log saved in invoice log table. Can we get into it to check detailed error information?

    Thanks.

    Thread Starter xolliehoo

    (@xolliehoo)

    Yes, please tell me what to look for. I see that invoices are stored in the wp_posts table. Where do I find error logs?

    Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    Table is wpi_object_log. There is a bunch of information but you need to find something with words like: “Response Code: …”

    Thread Starter xolliehoo

    (@xolliehoo)

    Thanks, I found the errors and they all look the same as this:

    Response Code: with,cache-control,content-type,origin,method
    Date: Mon, 28 Sep 2015 20:57:50 GMT
    Connection: keep-alive
    
    <?xml version="1.0" encoding="utf-8"?><ARBCreateSubscriptionResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="AnetApi/xml/v1/schema/AnetApiSchema.xsd"><refId>28438521</refId><messages><resultCode>Ok</resultCode><message><code>I00001</code><text>Successful.</text></message></messages><subscriptionId>25979482</subscriptionId></ARBCreateSubscriptionResponse> | Subscription error - with,cache-control,content-type,origin,method
    Date: Mon, 28 Sep 2015 20:57:50 GMT
    Connection: keep-alive
    
    28438521OkI00001Successful.25979482
    Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    Actually it looks correct. I think we need to take a look into the code and test things from scratch.

    I’ll keep you updated with the progress.

    Thanks.

    Thread Starter xolliehoo

    (@xolliehoo)

    Hi Anton,

    Any update on this?

    Thanks,

    Oliver

    Plugin Contributor Anton Korotkoff

    (@anton-korotkoff)

    Hey,

    We are currently working on new version release containing fix into your issue.

    Thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Error message on recurring invoices’ is closed to new replies.