solidusio / solidus_paypal_braintree

⛔️ [Archived] Use solidus_braintree instead!
https://github.com/solidusio/solidus_braintree
BSD 3-Clause "New" or "Revised" License
37 stars 78 forks source link

Payments in backend not working #74

Closed tvdeyen closed 7 years ago

tvdeyen commented 7 years ago

Payments are not working in backend currently:

  1. The JS only inits if previous cards are present
  2. The Braintree client JS is not loaded/included in the backend

Got a fix in my client app, will provide a PR soon.

tvdeyen commented 7 years ago

Here is my current branch: https://github.com/tvdeyen/solidus_paypal_braintree/tree/backend-payments

Lacks of tests, though.

isaacfreeman commented 7 years ago

@tvdeyen: I've cherry-picked from your branch and it's working for me here so far. If it's OK with you, I'll continue with adding tests and get a PR up.

tvdeyen commented 7 years ago

@isaacfreeman sure, thanks.

isaacfreeman commented 7 years ago

@tvdeyen: I think we should be able to close this now.

tvdeyen commented 7 years ago

Aight