Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 11:52:54 +01:00
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) => {
|
||||
console.log(result);
|
||||
this.supplierId = result.suppliers[0].id;
|
||||
this.authorized = result.suppliers[0].authorized;
|
||||
})
|
||||
|
|
Laden …
In neuem Issue referenzieren