Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Camptix Stripe bug-fix (.unique() vs .uniqueSort()) #232

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EliW
Copy link
Contributor

@EliW EliW commented Oct 8, 2018

This was a PR I'd submitted to the original stripe plugin, but never got accepted there before the code was merged here into the main camptix:

The Stripe plugin uses jQuery.uniqueSort(), however, that function only exists in jQuery 3.x which many themes and even WordPress itself doesn't use or include. Changing this to just .unique() which is aliased in 3.x and works in 2.x as well for greater compatibility. Otherwise lots of people will end up getting failures when trying to use Stripe.

… in jQuery 3.x which many themes and baseWP don't use. Changing this to just .unique() which is aliased in 3.x and works in 2.x as well for greater compatibility.
@EliW
Copy link
Contributor Author

EliW commented Apr 11, 2019

ping ... Just realizing that it's been months and this hasn't been pulled in. Seems like a pretty important fix?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant