Spiegel von
https://github.com/paviliondev/discourse-custom-wizard.git
synchronisiert 2024-11-09 20:02:54 +01:00
temp sub update debugging
Dieser Commit ist enthalten in:
Ursprung
2617a6214b
Commit
bd712524c1
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
|
@ -24,8 +24,10 @@ export default class SubscriptionService extends Service {
|
||||||
}
|
}
|
||||||
|
|
||||||
retrieveSubscriptionStatus() {
|
retrieveSubscriptionStatus() {
|
||||||
|
debugger;
|
||||||
ajax("/admin/wizards/subscription")
|
ajax("/admin/wizards/subscription")
|
||||||
.then((result) => {
|
.then((result) => {
|
||||||
|
debugger;
|
||||||
this.subscribed = result.subscribed;
|
this.subscribed = result.subscribed;
|
||||||
this.subscriptionType = result.subscription_type;
|
this.subscriptionType = result.subscription_type;
|
||||||
this.subscriptionAttributes = result.subscription_attributes;
|
this.subscriptionAttributes = result.subscription_attributes;
|
||||||
|
|
Laden …
In neuem Issue referenzieren