0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-18 23:01:11 +02:00
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;
})