Merge pull request #6424 from Sanjaybhattwebkul/order-status-issue

Issue #6423 fixed
This commit is contained in:
Jitendra Singh 2022-05-17 14:44:49 +05:30 committed by GitHub
commit da67547399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1671,6 +1671,7 @@ return [
'canceled' => 'Order Canceled',
'pending' => 'Order Pending',
'processing' => 'Order Processing',
'pending payment' => 'Pending Payment',
],
],
];