1
0
Fork 0
Dieser Commit ist enthalten in:
merefield 2023-09-22 10:20:22 +01:00
Ursprung f1e3db48a3
Commit bcd6f86fc8

Datei anzeigen

@ -38,6 +38,7 @@ export default class WizardSubscriptionAuthorize extends Component {
},
})
.then((result) => {
console.log(result);
this.supplierId = result.suppliers[0].id;
this.authorized = result.suppliers[0].authorized;
})