debug
Dieser Commit ist enthalten in:
Ursprung
f1e3db48a3
Commit
bcd6f86fc8
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -38,6 +38,7 @@ export default class WizardSubscriptionAuthorize extends Component {
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
|
console.log(result);
|
||||||
this.supplierId = result.suppliers[0].id;
|
this.supplierId = result.suppliers[0].id;
|
||||||
this.authorized = result.suppliers[0].authorized;
|
this.authorized = result.suppliers[0].authorized;
|
||||||
})
|
})
|
||||||
|
|
Laden …
In neuem Issue referenzieren