mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 12:34:30 -04:00
Clarify payment method remove link
This commit is contained in:
parent
dac110e7e0
commit
b1cf5183a9
@ -112,13 +112,13 @@
|
|||||||
[{{trans('texts.verification_failed')}}]
|
[{{trans('texts.verification_failed')}}]
|
||||||
@endif
|
@endif
|
||||||
@endif
|
@endif
|
||||||
|
|
|
||||||
@if($paymentMethod->id == $paymentMethod->account_gateway_token->default_payment_method_id)
|
@if($paymentMethod->id == $paymentMethod->account_gateway_token->default_payment_method_id)
|
||||||
[{{trans('texts.used_for_auto_bill')}}]
|
{{trans('texts.used_for_auto_bill')}}
|
||||||
@elseif($paymentMethod->payment_type_id != PAYMENT_TYPE_ACH || $paymentMethod->status == PAYMENT_METHOD_STATUS_VERIFIED)
|
@elseif($paymentMethod->payment_type_id != PAYMENT_TYPE_ACH || $paymentMethod->status == PAYMENT_METHOD_STATUS_VERIFIED)
|
||||||
[<a href="#" onclick="setDefault('{{$paymentMethod->public_id}}')">{{trans('texts.use_for_auto_bill')}}</a>]
|
<a href="#" onclick="setDefault('{{$paymentMethod->public_id}}')">{{trans('texts.use_for_auto_bill')}}</a>
|
||||||
@endif
|
@endif
|
||||||
<a href="#" title="{{ trans('texts.remove') }}" class="payment_method_remove" onclick="removePaymentMethod('{{$paymentMethod->public_id}}')">×</a>
|
| <a href="#" title="{{ trans('texts.remove') }}" class="payment_method_remove" onclick="removePaymentMethod('{{$paymentMethod->public_id}}')">{{ trans('texts.remove') }}</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
@endforeach
|
@endforeach
|
||||||
|
Loading…
x
Reference in New Issue
Block a user