showing more info for stripe members, showing data in proper table
This commit is contained in:
@@ -34,7 +34,7 @@ class Settings extends Shadow {
|
||||
p("Stripe Integration")
|
||||
|
||||
if(this.stripeDetails && this.stripeDetails.data.email) {
|
||||
p("connected")
|
||||
p("Connected")
|
||||
} else if(this.stripeDetails && this.stripeDetails.data.connected === false) {
|
||||
button("Set up Stripe")
|
||||
.maxWidth(10, em)
|
||||
|
||||
Reference in New Issue
Block a user