@if (mode !== 'wallet') {
LABEL_PAY_USING_WALLET
LABEL_WALLET_BALANCE {{ walletBalanceStr }}
} @if (mode !== 'wallet') { {{"ADD_A_COUPON" | translate}} {{"VOUCHERS_AND_PROMOTIONAL_CODE" | translate}} @if (couponConfirmation && !couponControl.dirty) {
{{ couponConfirmation }}
} @if (couponError && !couponControl.dirty) {
{{couponError?.error}}
} LABEL_COUPON {{coupon.value?.length || 0}}/10 @if (couponControl.invalid && (couponControl.errors.minlength || couponControl.errors.maxlength)) { {{'COUPON_CODE_HINT' | translate}} }
} @if (mode !== 'wallet') { {{"OTHER_PAYMENT_OPTIONS" | translate}}
(@if (applicationName === 'OWASP Juice Shop') { THANKS_FOR_SUPPORT } @else { THANKS_FOR_SUPPORT_CUSTOMIZED } )
@if (false) { } @if (false) { } @if (false) { }
(@if (applicationName === 'OWASP Juice Shop') { OFFICIAL_MERCHANDISE_STORES } @else { OFFICIAL_MERCHANDISE_STORES_CUSTOMIZED } )
}