• Resolved joseba912

    (@joseba912)


    Hello,

    Thank you very much for this plugin.

    I have achieved the following:

    • Install Wp Simple Pay and configure test mode
    • Install myCred WP Simple Pay – Stripe Payment Addon
    • Create the payment form
    • Include the form shortcode on the page
    • Activate the Simple pay Hook in mycred and link it to the form

    I have tested it and the payment button works correctly, but after making the payment it DOES NOT ADD THE POINTS to the user and it does not appear in the points history table either.

    Could you help me please?

    I found this alert, but I don’t know if it is related to the problem:
     wpsp_coupons table not found wpsp_webhooks table not found

    Thank you very much for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter joseba912

    (@joseba912)

    In the Stripe plugin I found this update:

    Dev: Remove legacy action: simpay_charge_createdsimpay_webhook_payment_intent_succeeded.

    and this seems to affect the Mycred simple pay integration plugin because it is using simpay_charge_created.

    Anyway, I updated it in the Mycred simple pay integration code and it still doesn’t work.

    Could you find another solution?

    Thank you so much.

    Plugin Author Spencer Finnell

    (@spencerfinnell)

    Hello @joseba912, I am sorry for the delayed response.

    Unfortunately if the plugin has not been updated to support the current hooks in WP Simple Pay, there is nothing on our end we can do to fix it. The plugin developers will need to ensure the correct hooks are being used to allocate the credits as expected.

    WP Simple Pay Lite (this plugin) does not use webhooks, but can use the simpay_payment_receipt_viewed action.

    WP Simple Pay Pro can use the simpay_webhook_payment_intent_succeeded as noted.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.