Skip to content

Commit

Permalink
PT-13757: add missing localization strings (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksavosteev authored Oct 10, 2023
1 parent d0dfb7d commit 6378e8e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,10 @@
"description": "Incoming payment statuses",
"title": "Payment statuses"
},
"Refund.Status": {
"title": "Refund statuses",
"description": "Refund statuses"
},
"Order.CustomerOrderNewNumberTemplate": {
"description": "This template will be used to generate the ID for a new Customer Order. Parameters: 0: Date and time (UTC) the ID was generated at, 1: Order ID",
"title": "Order ID template"
Expand All @@ -448,6 +452,10 @@
"description": "This template will be used to generate the ID for a new incoming Payment. Parameters: 0: Date and time (UTC) the ID was generated at, 1: Order ID",
"title": "Order payment ID template"
},
"Order.RefundNewNumberTemplate": {
"description": "This template will be used to generate the ID for a new order Refund. Parameters: 0: Date and time (UTC) the ID was generated at, 1: Order ID",
"title": "Order refund ID template"
},
"Order.SendOrderNotifications": {
"description": "Sends a notification when the order status changes",
"title": "Enable notifications for orders"
Expand Down

0 comments on commit 6378e8e

Please sign in to comment.