Forum Replies Created
-
AuthorPosts
-
Admin
KeymasterHi,
I too can confirm 1.8.9 works! 10 out f 10 for responsiveness, thank you for solving this so fast, top team guys!!Admin
KeymasterWe have released a new version (v1.8.9) that fixes the issue. Please update the plugin and empty your browser cache then test the transaction.
The error was caused by a recent change in the Stripe API.
Admin
KeymasterThank you. We are looking into this and will give you an update shortly.
Admin
KeymasterHi,
I too am having the same issue.
Stripe Plugin 1.8.8
Referer error (in test mode) paying the stripe product, its short code or using aa dynamic shortcode.
Thank you.
Admin
KeymasterHi,
Thx but the transactions are still not working after turning off Custom Field feature.
I have turned off the Custom Field feature as follows:
– removed the tick from the “Enable for all buttons” in the advanced menu
– “Disabled” the custom filed in the productBut I am still getting the error.
I refreshed the web page before entering CC details – I know it was refreshed because the Custom Field was “Full Name” which used to show on the page with the amount, now “Full Name” does not show after turning off the Custom field feature.
Admin
KeymasterThank you. Looks like an issue with the custom field feature. We will look into it and release another update.
In the meantime, if you can turn off the custom field feature from the advanced menu, the transactions will go through at least.
Admin
KeymasterIf it helps, the product using the shortcode was published on 30 March 2018, and it was working fine right up until yesterday as the last the last payment was 25 May.
Admin
KeymasterShortcode is [asp_product id=”28011″]
Page is – twofishdivers.com/prices/deposit-payments-balances/
Admin
KeymasterCan you please tell me the shortcode you are using to create the payment button? Also share a link to the page where you have the payment button so I can inspect it.
Admin
KeymasterNope, that version is not working either. I just did a test payment and got the same message. Unfortunately I cannot send a screen-shot to show you as this forum does not allow to attach files, but I can send if you email me.
Admin
KeymasterI have updated the plug-in to version 1.8.8, lets hope this sorts out the issue.
Admin
KeymasterI am getting this as well. We are version 1.8.1 and it was working fine until 25 May, now we are getting these error messages.
Admin
KeymasterHello Alexander,
apologies for the late feedback. I’m very happy to let you know that the plugin works wonderfully, now. Thank you for fixing the problem so quickly.
Great support. Thanks.
Gio.May 19, 2018 at 4:18 am in reply to: using tags on stripe-checkout-result page as shortcode arguments #857Admin
KeymasterThanks for the pointer, I got it to work now – your help is greatly appreciated!!
May 19, 2018 at 1:24 am in reply to: using tags on stripe-checkout-result page as shortcode arguments #856Admin
KeymasterYou can’t use the tags that way. Instead use the filter hook of the plugin to get notified when a transaction happens and it is going to show data on the thank you page, then from your custom code handle the license related functionality. Using the hook is the proper way of doing what you are trying to do.
The plugin triggers the following filter hook that you should be able to use. It will pass the transaction data also:
asp_stripe_payments_checkout_page_result
The following documentation has an example of how to use it:
-
AuthorPosts