{{'payment-detail' | translate}}

{{'pay-message' | translate}}

{{ 'addition-info-credit-card' | translate }}

{{'payment-information' | translate}}

{{ validateForm.fullname_error }}
{{ validateForm.email_error }}
{{ validateForm.confirmEmail_error }}
{{ validateForm.phone_error }}

{{'card-information' | translate}}

{{ validateForm.card_number_error }}
{{ validateForm.city_error }}

{{'due-date' | translate}}

{{ validateForm.exp_month_error }}
{{ validateForm.exp_year_error }}
{{ validateForm.cvc_error }}

{{'payment-information' | translate}}

{{ validateForm.fullname_error }}
{{ validateForm.phone_error }}

{{'birthdate' | translate}}

{{ validateForm.year_error }}
{{ validateForm.month_error }}
{{ validateForm.date_error }}
{{ validateForm.email_error }}
{{ validateForm.confirmEmail_error }}
{{item.name}}
{{'quantity' | translate}}
{{item.bought | currency : '' : 2}}
{{'price' | translate}}
{{item.convertedPrice}}
{{'SUBTOTAL' | translate}}
{{ total }}
{{'COMISION BANCARIA' | translate}}
{{comission}}
{{'TOTAL' | translate}}
{{totalAndComission}}