WP-e-Commerce icon indicating copy to clipboard operation
WP-e-Commerce copied to clipboard

Iterate on WorldPay implementation

Open JustinSainton opened this issue 8 years ago • 2 comments

Stuff that needs done:

  • [x] Make sure it works with TEv1 and TEv2
  • [x] Make sure tokenization (javascript) is working in both TEv1 and TEv2. TEv1 works ATM
  • [x] Related to above make sure token creation works in both TE with proper field names sent in the creation request and in case creation fails do something perhaps ?
  • [ ] Error handling for requests in case they fail for whatever reason
  • [ ] Implement recurring billing (including supports(), metabox abstraction, and logic abstraction so we aren't dependent on always doing it the way Memberships currently does it)
  • [ ] Abstract logging function out of WP/Amazon into Payment_Gateways
  • [x] Use jquery.payment from Stripe for default forms.
  • [ ] Documentation (File headings, Method/Function doc blocks, filters)
  • [ ] Consult prior art for other potential improvements to abstract

JustinSainton avatar May 20 '16 17:05 JustinSainton

For 4.0, we'll focus on the first three issues - specifically ensuring that this works as expected in TEv2.

JustinSainton avatar May 20 '16 18:05 JustinSainton

@misulicus I think we're all good here now on those top three issues? Confirm and let me know - if not, we can move back to 4.0

JustinSainton avatar Feb 25 '17 20:02 JustinSainton