Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "processout.js",
"version": "1.7.7",
"version": "1.7.8",
"description": "ProcessOut.js is a JavaScript library for ProcessOut's payment processing API.",
"scripts": {
"build:processout": "tsc -p src/processout && uglifyjs --compress --keep-fnames --ie8 dist/processout.js -o dist/processout.js",
Expand Down
4 changes: 2 additions & 2 deletions src/dynamic-checkout/locales/de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module ProcessOut {
"select-state-placeholder": "Bundesland auswählen",
"card-number-error-message": "Kartennummer ist ungültig",
"expiry-date-error-message": "Ablaufdatum ist ungültig",
"cvc-error-message": "CVC ist ungültig",
"cvc-error-message": "CVV/CVC ist ungültig",
"cardholder-name-error-message": "Name des Karteninhabers ist ungültig",
"payment-error-message": "Ein Fehler ist aufgetreten. Bitte versuchen Sie es erneut.",
"payment-cancelled-message": "Die Zahlung wurde storniert.",
Expand All @@ -36,7 +36,7 @@ module ProcessOut {
"Wenn Sie das nächste Mal eine Zahlungsmethode speichern, wird sie hier angezeigt.",
"card-number-label": "Kartennummer",
"expiry-date-label": "Ablaufdatum",
"cvc-label": "CVC",
"cvc-label": "CVV/CVC",
Copy link
Contributor

@tomasz-pazdziurek-cko tomasz-pazdziurek-cko Mar 2, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we wanted to be explicit for Amex, we should also add CID, which is a 4-digit Card Identification Number 😅
And for Discover we should add CVD (Card Verification Data) 😆

EDIT: Wait, there's more. Love the CVE from Brazil 😆
https://en.wikipedia.org/wiki/Card_security_code

image

"card-not-supported-error-message": "Diese Karte wird nicht unterstützt",
"card-label": "Karte",
"delete-payment-method-label": "Zahlungsmethode löschen",
Expand Down
4 changes: 2 additions & 2 deletions src/dynamic-checkout/locales/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module ProcessOut {
"select-state-placeholder": "Select state",
"card-number-error-message": "Card number is invalid",
"expiry-date-error-message": "Expiry date is invalid",
"cvc-error-message": "CVC is invalid",
"cvc-error-message": "CVV/CVC is invalid",
"cardholder-name-error-message": "Cardholder name is invalid",
"payment-error-message": "Something went wrong. Please try again.",
"payment-cancelled-message": "Payment has been cancelled.",
Expand All @@ -35,7 +35,7 @@ module ProcessOut {
"The next time you save a payment method, it will appear here.",
"card-number-label": "Card number",
"expiry-date-label": "Expiry date",
"cvc-label": "CVC",
"cvc-label": "CVV/CVC",
"card-not-supported-error-message": "This card is not supported",
"card-label": "Card",
"delete-payment-method-label": "Delete payment method",
Expand Down
4 changes: 2 additions & 2 deletions src/dynamic-checkout/locales/es.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module ProcessOut {
"select-state-placeholder": "Seleccionar estado",
"card-number-error-message": "El número de tarjeta es inválido",
"expiry-date-error-message": "La fecha de vencimiento es inválida",
"cvc-error-message": "El CVC es inválido",
"cvc-error-message": "El CVV/CVC es inválido",
"cardholder-name-error-message": "El nombre del titular de la tarjeta es inválido",
"payment-error-message": "Algo salió mal. Por favor, inténtalo de nuevo.",
"payment-cancelled-message": "El pago ha sido cancelado.",
Expand All @@ -35,7 +35,7 @@ module ProcessOut {
"La próxima vez que guardes un método de pago, aparecerá aquí.",
"card-number-label": "Número de tarjeta",
"expiry-date-label": "Fecha de vencimiento",
"cvc-label": "CVC",
"cvc-label": "CVV/CVC",
"card-not-supported-error-message": "Esta tarjeta no es compatible",
"card-label": "Tarjeta bancaria",
"delete-payment-method-label": "Eliminar método de pago",
Expand Down
4 changes: 2 additions & 2 deletions src/dynamic-checkout/locales/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module ProcessOut {
"select-state-placeholder": "Sélectionner un état",
"card-number-error-message": "Le numéro de carte est invalide",
"expiry-date-error-message": "La date d'expiration est invalide",
"cvc-error-message": "Le CVC est invalide",
"cvc-error-message": "Le CVV/CVC est invalide",
"cardholder-name-error-message": "Le nom du titulaire de la carte est invalide",
"payment-error-message": "Quelque chose a mal tourné. Veuillez réessayer.",
"payment-cancelled-message": "Le paiement a été annulé.",
Expand All @@ -36,7 +36,7 @@ module ProcessOut {
"La prochaine fois que vous enregistrez une méthode de paiement, elle apparaîtra ici.",
"card-number-label": "Numéro de carte",
"expiry-date-label": "Date d'expiration",
"cvc-label": "CVC",
"cvc-label": "CVV/CVC",
"card-not-supported-error-message": "Cette carte n'est pas acceptée",
"card-label": "Carte",
"delete-payment-method-label": "Supprimer le moyen de paiement",
Expand Down
4 changes: 2 additions & 2 deletions src/dynamic-checkout/locales/it.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module ProcessOut {
"select-state-placeholder": "Seleziona provincia",
"card-number-error-message": "Il numero della carta non è valido",
"expiry-date-error-message": "La data di scadenza non è valida",
"cvc-error-message": "Il CVC non è valido",
"cvc-error-message": "Il CVV/CVC non è valido",
"cardholder-name-error-message": "Il nome del titolare della carta non è valido",
"payment-error-message": "Si è verificato un errore. Riprova.",
"payment-cancelled-message": "Il pagamento è stato annullato.",
Expand All @@ -36,7 +36,7 @@ module ProcessOut {
"La prossima volta che salvi un metodo di pagamento, apparirà qui.",
"card-number-label": "Numero della carta",
"expiry-date-label": "Data di scadenza",
"cvc-label": "CVC",
"cvc-label": "CVV/CVC",
"card-not-supported-error-message": "Questa carta non è supportata",
"card-label": "Carta",
"delete-payment-method-label": "Elimina metodo di pagamento",
Expand Down
3 changes: 1 addition & 2 deletions src/dynamic-checkout/locales/ja.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ module ProcessOut {
"payments-manager-header": "保存済みの支払い方法を管理",
"payments-manager-close-button": "閉じる",
"no-saved-payment-methods-header": "保存済みの支払い方法はありません",
"no-saved-payment-methods-message":
"次回支払い方法を保存すると、ここに表示されます。",
"no-saved-payment-methods-message": "次回支払い方法を保存すると、ここに表示されます。",
"card-number-label": "カード番号",
"expiry-date-label": "有効期限",
"cvc-label": "セキュリティコード",
Expand Down
6 changes: 2 additions & 4 deletions src/dynamic-checkout/locales/ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ module ProcessOut {
"other-payment-methods-header": "기타 결제 수단",
"select-payment-method-label": "결제 수단 선택",
"payment-success-message": "결제가 완료되었습니다.",
"payment-info-message":
"결제를 처리하고 있습니다. 이 창을 닫으셔도 됩니다.",
"payment-info-message": "결제를 처리하고 있습니다. 이 창을 닫으셔도 됩니다.",
"payment-pending-message": "결제가 대기 중입니다.",
"payment-error-generic-message": "결제를 처리할 수 없습니다.",
"street1-label": "주소 1",
Expand All @@ -32,8 +31,7 @@ module ProcessOut {
"payments-manager-header": "저장된 결제 수단 관리",
"payments-manager-close-button": "닫기",
"no-saved-payment-methods-header": "저장된 결제 수단 없음",
"no-saved-payment-methods-message":
"다음에 결제 수단을 저장하면 여기에 표시됩니다.",
"no-saved-payment-methods-message": "다음에 결제 수단을 저장하면 여기에 표시됩니다.",
"card-number-label": "카드 번호",
"expiry-date-label": "만료일",
"cvc-label": "보안 코드",
Expand Down
4 changes: 2 additions & 2 deletions src/dynamic-checkout/locales/pl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module ProcessOut {
"select-state-placeholder": "Wybierz stan",
"card-number-error-message": "Numer karty jest nieprawidłowy",
"expiry-date-error-message": "Data ważności jest nieprawidłowa",
"cvc-error-message": "CVC jest nieprawidłowy",
"cvc-error-message": "CVV/CVC jest nieprawidłowy",
"cardholder-name-error-message": "Imię i nazwisko posiadacza karty jest nieprawidłowe",
"payment-error-message": "Coś poszło nie tak. Spróbuj ponownie.",
"payment-cancelled-message": "Płatność została anulowana.",
Expand All @@ -35,7 +35,7 @@ module ProcessOut {
"Gdy następnym razem zapiszesz metodę płatności, pojawi się tutaj.",
"card-number-label": "Numer karty",
"expiry-date-label": "Data ważności",
"cvc-label": "CVC",
"cvc-label": "CVV/CVC",
"card-not-supported-error-message": "Ta karta nie jest obsługiwana",
"card-label": "Karta płatnicza",
"delete-payment-method-label": "Usuń metodę płatności",
Expand Down
4 changes: 2 additions & 2 deletions src/dynamic-checkout/locales/pt.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module ProcessOut {
"select-state-placeholder": "Selecione o distrito",
"card-number-error-message": "O número do cartão é inválido",
"expiry-date-error-message": "A data de validade é inválida",
"cvc-error-message": "O CVC é inválido",
"cvc-error-message": "O CVV/CVC é inválido",
"cardholder-name-error-message": "O nome do titular do cartão é inválido",
"payment-error-message": "Algo correu mal. Por favor, tente novamente.",
"payment-cancelled-message": "O pagamento foi cancelado.",
Expand All @@ -36,7 +36,7 @@ module ProcessOut {
"Da próxima vez que guardar um método de pagamento, aparecerá aqui.",
"card-number-label": "Número do cartão",
"expiry-date-label": "Data de validade",
"cvc-label": "CVC",
"cvc-label": "CVV/CVC",
"card-not-supported-error-message": "Este cartão não é suportado",
"card-label": "Cartão",
"delete-payment-method-label": "Eliminar método de pagamento",
Expand Down