1
0
Fork 0
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;
});