Skip to content

Commit 34b4a33

Browse files
chore: return to em aberto only
1 parent f96e6f7 commit 34b4a33

File tree

1 file changed

+1
-1
lines changed
  • functions/lib/integration/parsers/order-to-bling

1 file changed

+1
-1
lines changed

functions/lib/integration/parsers/order-to-bling/status.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = order => {
1313
case 'unknown':
1414
case 'authorized':
1515
case 'partially_paid':
16-
return ['pendente', 'em aberto']
16+
return 'em aberto'
1717
case 'voided':
1818
case 'refunded':
1919
case 'in_dispute':

0 commit comments

Comments
 (0)