|
216 | 216 | 'FCPO_CONFIG_GROUP_GENERAL' => "General", |
217 | 217 | 'FCPO_CONFIG_GROUP_DEBITNOTE' => "Debit", |
218 | 218 | 'FCPO_CONFIG_GROUP_CREDITCARD' => "Creditcard", |
| 219 | + 'FCPO_CONFIG_GROUP_CREDITCARDV2' => "Creditcard (Click to Pay)", |
219 | 220 | 'FCPO_CONFIG_GROUP_PAYOLUTION' => 'Unzer', |
220 | 221 | 'FCPO_CONFIG_GROUP_RATEPAY' => 'Ratepay', |
221 | 222 | 'FCPO_CONFIG_GROUP_AMAZONPAY' => 'AmazonPay', |
|
368 | 369 | 'FCPO_CC_CUSTOM_TEMPLATE' => 'Custom styling hosted-Iframe', |
369 | 370 | 'FCPO_CC_PREVIEW' => 'Preview', |
370 | 371 |
|
| 372 | + 'FCPO_CCV2_CUSTOM_TEMPLATE' => 'Custom styling of Click to pay iFrame', |
| 373 | + 'FCPO_CCV2_UI_CONFIG_UNDERTITLE' => 'UI Config', |
| 374 | + 'FCPO_CCV2_CTP_UI_CONFIG_UNDERTITLE' => 'CTP UI Config', |
| 375 | + |
| 376 | + 'FCPO_CCV2_UI_CONFIG_formBgColor' => 'Form Background color', |
| 377 | + 'FCPO_CCV2_UI_CONFIG_fieldBgColor' => 'Field Background color', |
| 378 | + 'FCPO_CCV2_UI_CONFIG_fieldBorder' => 'Field Border', |
| 379 | + 'FCPO_CCV2_UI_CONFIG_fieldOutline' => 'Field Outline', |
| 380 | + 'FCPO_CCV2_UI_CONFIG_fieldLabelColor' => 'Field Label color', |
| 381 | + 'FCPO_CCV2_UI_CONFIG_fieldPlaceholderColor' => 'Field Placeholder color', |
| 382 | + 'FCPO_CCV2_UI_CONFIG_fieldTextColor' => 'Field Text color', |
| 383 | + 'FCPO_CCV2_UI_CONFIG_fieldErrorCodeColor' => 'Field Errorcode color', |
| 384 | + |
| 385 | + 'FCPO_CCV2_CTP_UI_CONFIG_buttonStyle' => 'Button Style', |
| 386 | + 'FCPO_CCV2_CTP_UI_CONFIG_buttonStyle_Outlined' => 'OUTLINED', |
| 387 | + 'FCPO_CCV2_CTP_UI_CONFIG_buttonStyle_Filled' => 'FILLED', |
| 388 | + 'FCPO_CCV2_CTP_UI_CONFIG_buttonTextCase' => 'Button Text case', |
| 389 | + 'FCPO_CCV2_CTP_UI_CONFIG_buttonTextCase_Capitalize' => 'Capitalize', |
| 390 | + 'FCPO_CCV2_CTP_UI_CONFIG_buttonTextCase_Uppercase' => 'UPPERCASE', |
| 391 | + 'FCPO_CCV2_CTP_UI_CONFIG_buttonAndBadgeColor' => 'Button and Badge color', |
| 392 | + 'FCPO_CCV2_CTP_UI_CONFIG_buttonAndBadgeTextColor' => 'Button and Badge Text color', |
| 393 | + 'FCPO_CCV2_CTP_UI_CONFIG_buttonDisabledColor' => 'Button disabled color', |
| 394 | + 'FCPO_CCV2_CTP_UI_CONFIG_buttonFilledHoverColor' => 'Button filled Hover color', |
| 395 | + 'FCPO_CCV2_CTP_UI_CONFIG_buttonOutlinedHoverColor' => 'Button outline Hover color', |
| 396 | + 'FCPO_CCV2_CTP_UI_CONFIG_buttonAndInputRadius' => 'Button and Input radius', |
| 397 | + 'FCPO_CCV2_CTP_UI_CONFIG_cardItemActiveColor' => 'Card item active color', |
| 398 | + 'FCPO_CCV2_CTP_UI_CONFIG_cardItemRadius' => 'Card item Radius', |
| 399 | + 'FCPO_CCV2_CTP_UI_CONFIG_linkTextColor' => 'Link Text color', |
| 400 | + 'FCPO_CCV2_CTP_UI_CONFIG_accentColor' => 'Accent color', |
| 401 | + 'FCPO_CCV2_CTP_UI_CONFIG_fontFamily' => 'Font Family', |
| 402 | + |
| 403 | + 'FCPO_HELP_CCV2_CTP_UI_CONFIG_buttonTextCase' => '"capitalize" or "uppercase"', |
| 404 | + 'FCPO_HELP_CCV2_UI_CONFIG_formBgColor' => 'use hexadecimal, with #', |
| 405 | + 'FCPO_HELP_CCV2_UI_CONFIG_fieldBgColor' => 'use hexadecimal, with #', |
| 406 | + 'FCPO_HELP_CCV2_UI_CONFIG_fieldLabelColor' => 'use hexadecimal, with #', |
| 407 | + 'FCPO_HELP_CCV2_UI_CONFIG_fieldPlaceholderColor' => 'use hexadecimal, with #', |
| 408 | + 'FCPO_HELP_CCV2_UI_CONFIG_fieldTextColor' => 'use hexadecimal, with #', |
| 409 | + 'FCPO_HELP_CCV2_UI_CONFIG_fieldErrorCodeColor' => 'use hexadecimal, with #', |
| 410 | + 'FCPO_HELP_CCV2_CTP_UI_CONFIG_buttonAndBadgeColor' => 'use hexadecimal, with #', |
| 411 | + 'FCPO_HELP_CCV2_CTP_UI_CONFIG_buttonAndBadgeTextColor' => 'use hexadecimal, with #', |
| 412 | + 'FCPO_HELP_CCV2_CTP_UI_CONFIG_buttonDisabledColor' => 'use hexadecimal, with #', |
| 413 | + 'FCPO_HELP_CCV2_CTP_UI_CONFIG_buttonFilledHoverColor' => 'use hexadecimal, with #', |
| 414 | + 'FCPO_HELP_CCV2_CTP_UI_CONFIG_buttonOutlinedHoverColor' => 'use hexadecimal, with #', |
| 415 | + 'FCPO_HELP_CCV2_CTP_UI_CONFIG_cardItemActiveColor' => 'use hexadecimal, with #', |
| 416 | + 'FCPO_HELP_CCV2_CTP_UI_CONFIG_linkTextColor' => 'use hexadecimal, with #', |
| 417 | + 'FCPO_HELP_CCV2_CTP_UI_CONFIG_accentColor' => 'use hexadecimal, with #', |
| 418 | + |
371 | 419 | 'FCPO_CREDITCARD' => 'Credit card:', |
372 | 420 | 'FCPO_NUMBER' => 'Number:', |
373 | 421 | 'FCPO_CARD_SECURITY_CODE' => 'CVV2 or CVC2 security code:', |
|
401 | 449 | 'FCPO_CC_IFRAME_STANDARD' => 'Standard', |
402 | 450 | 'FCPO_CC_IFRAME_CUSTOM' => 'Custom', |
403 | 451 | 'FCPO_CC_USE_CVC' => 'Use CVC as mandatory field', |
| 452 | + |
| 453 | + 'FCPO_CCV2_LIVE_MODE_ALERT' => 'Click to Pay works in LIVE mode only (set automatically)', |
| 454 | + 'FCPO_CCV2_CTP_ENABLE' => 'Enable Click2Pay', |
| 455 | + 'FCPO_CCV2_CTP_ONBOARDING_ENABLE' => 'Enable Click2Pay Customer Onboarding', |
| 456 | + 'FCPO_CCV2_CTP_VISA_DPAID' => 'Visa DpaId', |
| 457 | + 'FCPO_CCV2_CTP_MASTERCARD_DPAID' => 'Mastercard DpaId', |
| 458 | + |
404 | 459 | 'FCPO_CONFIG_DEBIT_BIC_MANDATORY' => 'Entering BIC is mandatory', |
405 | 460 | 'FCPO_CONFIG_GROUP_SECINVOICE' => 'Secure Invoice (rec/POV)', |
406 | 461 | 'FCPO_CONFIG_GROUP_BNPL' => 'BNPL Zahlarten (fnc/PIV, fnc/PIN, fnc/PDD)', |
|
484 | 539 | 'PAYONE Klarna Rechnung' => 'PAYONE Klarna Rechnung', |
485 | 540 | 'PAYONE Klarna Sofort bezahlen' => 'PAYONE Klarna Sofort bezahlen', |
486 | 541 | 'PAYONE Kreditkarte' => 'PAYONE Credit Card', |
| 542 | + 'PAYONE Kreditkarte (Click to Pay)' => 'PAYONE Credit Card (Click to Pay)', |
487 | 543 | 'PAYONE Lastschrift' => 'PAYONE Direct Debit', |
488 | 544 | 'PAYONE Nachnahme' => 'PAYONE Cash on Delivery', |
489 | 545 | 'PAYONE PayPal Express' => 'PAYONE PayPal Express', |
|
0 commit comments