R
R
RenaIvis2021-03-09 17:27:16
Stripes
RenaIvis, 2021-03-09 17:27:16

Is it possible to fasten Stripe subscribe without Server?

I would like to integrate payment subscriptions using Stripe ( Like here, but without server.js ), but without any involvement of the server/back. Is there such a possibility?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Valeriu Vodnicear, 2021-03-09
@vodnicear

No, there is no such possibility.

P
Pasechnik Kuzmich, 2017-12-30
@daniil46

SELECT
  m.id,
  t1.name,
  t2.name
FROM matches m
INNER JOIN teams t1 ON m.team1 = t1.id
INNER JOIN teams t2 ON m.team2 = t2.id;

sqlfiddle.com/#!9/a3bea/2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question