Lite v2.3.0 custom amount function/filter
-
I have updated from Lite v2.2.0 to v2.3.0 and now my custom implementation no longer works, specifically the custom amount function/filter now has no effect.
e.g.
function simpay_custom_amount() {
return 40.00;
}
add_filter( ‘simpay_form_{FORMID}_amount’, ‘simpay_custom_amount’ );Also, I previously had a modal popup for payments however the site is now redirected to a page at Stripe.
Are these features still available to Lite users?
Also, the plugin update message states… “Dev: Deprecated many hooks/filters that no longer apply to the new payment flows. Please review any custom snippets that may change functionality.” However I can find no information on what has been deprecated in this update.
Please advise. Assistance greatly appreciated.
- The topic ‘Lite v2.3.0 custom amount function/filter’ is closed to new replies.