Adds paypal button and completes the number of views

This commit is contained in:
Berkeley Martinez
2015-10-13 23:05:31 -07:00
parent 4577a007f2
commit da26f19cde
9 changed files with 153 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ app$({ history, location: appLocation })
.flatMap(
({ AppCat }) => {
// instantiate the cat with service
const appCat = AppCat(null, services);
const appCat = AppCat(null, services, history);
// hydrate the stores
return hydrate(appCat, catState)
.map(() => appCat);