paddle-checkout-accelerator 2.8.0 → 2.8.1
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.
|
@@ -427,8 +427,8 @@ function runDoctor() {
|
|
|
427
427
|
console.log("");
|
|
428
428
|
console.log("Fix the missing items above, then run:");
|
|
429
429
|
console.log(" npx paddle-checkout-accelerator doctor");
|
|
430
|
-
console.log(" npx paddle-checkout-accelerator verify
|
|
431
|
-
npx paddle-checkout-accelerator auth");
|
|
430
|
+
console.log(" npx paddle-checkout-accelerator verify");
|
|
431
|
+
console.log(" npx paddle-checkout-accelerator auth");
|
|
432
432
|
|
|
433
433
|
process.exit(1);
|
|
434
434
|
}
|