nexushub-commands 1.3.0 → 1.3.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.
|
@@ -58,7 +58,7 @@ let DepositCommand = class DepositCommand extends evogram_1.Command {
|
|
|
58
58
|
}, 300000);
|
|
59
59
|
}
|
|
60
60
|
let order;
|
|
61
|
-
for (const _method of ['
|
|
61
|
+
for (const _method of ['qrcode', 'card']) {
|
|
62
62
|
method = _method;
|
|
63
63
|
order = yield config.API.post(`orders`, {
|
|
64
64
|
mirrorId: context.mammoth.mirror.mirror.id,
|
package/package.json
CHANGED