0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-06-02 13:58:59 +02:00
Dieser Commit ist enthalten in:
merefield 2023-09-22 21:04:42 +01:00
Ursprung 4f887a858e
Commit 4f8ab0b249

Datei anzeigen

@ -14,7 +14,7 @@ export default class WizardSubscriptionStatus extends Component {
constructor() {
super(...arguments);
ajax(`${basePath}`).then((result) => {
ajax(`${this.basePath}`).then((result) => {
this.supplierId = result.suppliers[0].id;
this.authorized = result.suppliers[0].authorized;
});