namirasoft-payment 1.4.77 → 1.4.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17,7 +17,7 @@ const NamirasoftPaymentServerSubscriptionPaid_1 = require("./NamirasoftPaymentSe
|
|
|
17
17
|
const NamirasoftPaymentServerValue_1 = require("./NamirasoftPaymentServerValue");
|
|
18
18
|
class NamirasoftPaymentServer extends namirasoft_account_1.NSABaseServer {
|
|
19
19
|
constructor(base_url, manager, onError) {
|
|
20
|
-
super(base_url, `1.4.
|
|
20
|
+
super(base_url, `1.4.78`, manager, onError);
|
|
21
21
|
this.healthz = new NamirasoftPaymentServerHealthz_1.NamirasoftPaymentServerHealthz(this);
|
|
22
22
|
this.value = new NamirasoftPaymentServerValue_1.NamirasoftPaymentServerValue(this);
|
|
23
23
|
this.invoice = new NamirasoftPaymentServerInvoice_1.NamirasoftPaymentServerInvoice(this);
|
package/package.json
CHANGED
|
@@ -51,7 +51,7 @@ export class NamirasoftPaymentServer extends NSABaseServer
|
|
|
51
51
|
product: NamirasoftPaymentServerProduct;
|
|
52
52
|
constructor(base_url: string, manager: TokenManager, onError: (error: Error) => void)
|
|
53
53
|
{
|
|
54
|
-
super(base_url, `1.4.
|
|
54
|
+
super(base_url, `1.4.78`, manager, onError);
|
|
55
55
|
this.healthz = new NamirasoftPaymentServerHealthz(this);
|
|
56
56
|
this.value = new NamirasoftPaymentServerValue(this);
|
|
57
57
|
this.invoice = new NamirasoftPaymentServerInvoice(this);
|