import { customElement, DeesElement, property, html, cssManager, unsafeCSS, css, } from '@design.estate/dees-element'; import * as plugins from '../../../plugins.js'; import sharedStyles from '../sharedstyles.js'; import * as state from '../../../states/accountstate.js'; declare global { interface HTMLElementTagNameMap { 'lele-accountview-paddlesetup': PaddleSetupView; } } @customElement('lele-accountview-paddlesetup') export class PaddleSetupView extends DeesElement { public static styles = [ cssManager.defaultStyles, sharedStyles, css` :host { display: block; max-width: 900px; margin: auto; color: ${cssManager.bdTheme('#333', '#fff')}; } `, ]; public render() { return html`
In order to use workspace.global with paid features, you need to setup a Paddle subscription. A Paddle connection is bound to an organization.
The base price of a Paddle Subscription is always 0€. Any charges that occur will be billed as an extra charge on top of your free base subscription on a monthly date of your choosing.
Since Paddle acts as merchant of record, your invoices will read Paddle as Creditor, and you as Debitor.
Paddle takes care of tax compliance for us. This allows us to sell our products world wide while Paddle makes sure any sales are in compliance with local laws.