Web: Returned code.

This commit is contained in:
Tatiana Lopaeva 2022-08-18 18:51:28 +03:00
parent 514b874124
commit 395d265f9c

View File

@ -52,7 +52,7 @@ class PaymentStore {
const response = await setLicense(confirmKey, data);
this.acceptPaymentsLicense();
console.log("res", res);
this.getSettingsPayment();
return response;
};