Skip to content
This repository was archived by the owner on Aug 14, 2024. It is now read-only.

Commit 42fe733

Browse files
committed
changed BYD action press
1 parent 20b38c1 commit 42fe733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exports.handler = (event, context, callback) => {
2727
case 'SINGLE':
2828
B1SL.PostMessage(callback)
2929
break;
30-
case 'DOUBLE':
30+
case 'LONG':
3131
BYD.PostSalesOrder(callback)
3232
break;
3333
default:

0 commit comments

Comments
 (0)