0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2024-09-18 23:01:11 +02:00

temp sub update debugging

Dieser Commit ist enthalten in:
merefield 2023-11-15 10:42:44 +00:00
Ursprung 2617a6214b
Commit bd712524c1

Datei anzeigen

@ -24,8 +24,10 @@ export default class SubscriptionService extends Service {
}
retrieveSubscriptionStatus() {
debugger;
ajax("/admin/wizards/subscription")
.then((result) => {
debugger;
this.subscribed = result.subscribed;
this.subscriptionType = result.subscription_type;
this.subscriptionAttributes = result.subscription_attributes;