Skip to content

Commit

Permalink
#32838
Browse files Browse the repository at this point in the history
* renaming
  • Loading branch information
JonYeb committed Mar 24, 2023
1 parent 55766cc commit 80612c4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Component.override('sw-order-detail-base', {
{name: 'unprocessed'},
{name: 'paid'},
{name: 'refunded'},
{name: 'cancel'},
{name: 'canceled'},
],
transactionStatus: false,
transactionLogs: '',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<mo-orders-unprocessed v-if="activeTab === 'unprocessed'" :order="order" :transactionId="transactionId" :paymentStatus="worldlinePaymentStatus" :maxCapture="allowedAmounts.WorldlineCaptureAmount" :lockedButton="lockedButtons" />
<mo-orders-paid v-if="activeTab === 'paid'" :order="order" :transactionId="transactionId" :paymentStatus="worldlinePaymentStatus" :maxRefund="allowedAmounts.WorldlineRefundAmount" />
<mo-orders-refunded v-if="activeTab === 'refunded'" :order="order" :paymentStatus="worldlinePaymentStatus" />
<mo-orders-canceled v-if="activeTab === 'cancel'" :order="order" :paymentStatus="worldlinePaymentStatus" />
<mo-orders-canceled v-if="activeTab === 'canceled'" :order="order" :paymentStatus="worldlinePaymentStatus" />
</template>

<sw-container v-if="transactionStatus" gap="15px">
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/public/administration/js/mopt-worldline.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/Resources/snippet/storefront/worldline.en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"unprocessed": "Unprocessed",
"paid": "Paid",
"refunded": "Refunded",
"cancel": "Canceled"
"canceled": "Canceled"
},
"table": {
"selected": "Selected",
Expand Down

0 comments on commit 80612c4

Please sign in to comment.