• Resolved leoleoleoleo

    (@leoleoleoleo)


    The description is saved as null in Stripe logs even though it is provided. There is no way to tell which item was paid for. This makes is useless if you have more than one item with the same price. Is this by design or am I missing something?

    Thank you,

    Leo

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nicolas Figueira

    (@nahuelmahe)

    Hello @leoleoleoleo,

    You are right, the plugin doesn’t make a difference in logs if you set buttons with the same amount to be charged.

    The description value of the shortcode only prints data to the modal form, but it is not retrieved in logs.

    I will definitely think about improving that point.

    Thank you for your feedback,

    Best regards

    Thread Starter leoleoleoleo

    (@leoleoleoleo)

    Hi Nicolas,

    Thank you for your prompt answer. I was able to find the code in the plugin and modify it accordingly. I used a hidden field to pass the description back to the plugin code and send it to Stripe. Not sure if that is the best way to do it but it worked for me.

    Thank you,

    Leo

    Plugin Author Nicolas Figueira

    (@nahuelmahe)

    Hello @leoleoleoleo,

    The description value set up in the shortcode is now recorded in Stripe’s admin panel and logs.
    That helps differentiate buttons that use the same amount in logs, from the updated version of the plugin 1.1.7

    Hope this works for you!

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Description Saved as Null in Stripe’ is closed to new replies.