switched to paddle inline checkout, removed paypal and most of stripe. added product sync between app and paddle.
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
"faq_q3": "What happens when it expires?",
|
||||
"faq_a3": "The gallery remains readable, but uploads are blocked. Simply extend.",
|
||||
"faq_q4": "Payment secure?",
|
||||
"faq_a4": "Yes, via Stripe or PayPal – secure and GDPR compliant.",
|
||||
"faq_a4": "Yes, via Paddle – secure and GDPR compliant.",
|
||||
"final_cta": "Ready for your next event?",
|
||||
"contact_us": "Contact Us",
|
||||
"feature_live_slideshow": "Live Slideshow",
|
||||
@@ -105,7 +105,7 @@
|
||||
"billing_per_year": "per year",
|
||||
"more_features": "+{{count}} more features",
|
||||
"feature_overview": "Feature overview",
|
||||
"order_hint": "Launch instantly – secure Stripe or PayPal checkout, no hidden fees.",
|
||||
"order_hint": "Launch instantly – secure Paddle checkout, no hidden fees.",
|
||||
"features_label": "Features",
|
||||
"feature_highlights": "Feature Highlights",
|
||||
"more_details_tab": "More Details",
|
||||
@@ -149,7 +149,9 @@
|
||||
},
|
||||
"currency": {
|
||||
"euro": "€"
|
||||
}
|
||||
},
|
||||
"paddle_not_configured": "This package is not ready for Paddle checkout. Please contact support.",
|
||||
"paddle_checkout_failed": "We could not start the Paddle checkout. Please try again later."
|
||||
},
|
||||
"blog": {
|
||||
"title": "Fotospiel - Blog",
|
||||
@@ -266,22 +268,15 @@
|
||||
"no_account": "No Account? Register",
|
||||
"manage_subscription": "Manage Subscription",
|
||||
"stripe_dashboard": "Stripe Dashboard",
|
||||
"paypal_dashboard": "PayPal Dashboard",
|
||||
"trial_activated": "Trial activated for 14 days!"
|
||||
},
|
||||
"payment": {
|
||||
"title": "Payment",
|
||||
"card_details": "Card Details",
|
||||
"stripe": "Credit Card",
|
||||
"paypal": "PayPal",
|
||||
"submit_stripe": "Pay with Card (:price)",
|
||||
"submit_paypal": "Pay with PayPal (:price)",
|
||||
"loading_stripe": "Loading Stripe...",
|
||||
"paypal_description": "Secure payment with PayPal",
|
||||
"switch_to_card": "Switch to Credit Card",
|
||||
"paypal_create_error": "PayPal order creation failed",
|
||||
"paypal_capture_error": "PayPal capture failed",
|
||||
"paypal_error": "PayPal payment failed",
|
||||
"stripe_error": "Stripe payment failed",
|
||||
"confirm_error": "Confirmation failed",
|
||||
"complete_error": "Payment could not be completed"
|
||||
@@ -398,8 +393,19 @@
|
||||
"free_package_desc": "This package is free. We activate it directly after confirmation.",
|
||||
"activate_package": "Activate Package",
|
||||
"loading_payment": "Payment data is loading...",
|
||||
"secure_payment_desc": "Secure payment with credit card, debit card or SEPA direct debit.",
|
||||
"secure_paypal_desc": "Pay securely with PayPal.",
|
||||
"secure_payment_desc": "Secure payment with Paddle.",
|
||||
"paddle_intro": "We open Paddle's secure checkout directly inside this wizard so you never leave the flow.",
|
||||
"paddle_preparing": "Preparing Paddle checkout…",
|
||||
"paddle_overlay_ready": "Paddle checkout is running in a secure overlay. Complete the payment there and then continue here.",
|
||||
"paddle_ready": "Paddle checkout opened in a new tab. Complete the payment and then continue here.",
|
||||
"paddle_error": "We could not start the Paddle checkout. Please try again.",
|
||||
"paddle_not_ready": "Paddle checkout is not ready yet. Please try again in a moment.",
|
||||
"paddle_not_configured": "This package is not ready for Paddle checkout. Please contact support.",
|
||||
"paddle_disclaimer": "Paddle processes payments as merchant of record. Taxes are calculated automatically based on your billing details.",
|
||||
"pay_with_paddle": "Continue with Paddle",
|
||||
"continue_after_payment": "I completed the payment",
|
||||
"no_package_title": "No package selected",
|
||||
"no_package_description": "Please choose a package to continue to checkout.",
|
||||
"payment_failed": "Payment failed. ",
|
||||
"error_card": "Card error occurred.",
|
||||
"error_validation": "Input data is invalid.",
|
||||
@@ -413,25 +419,18 @@
|
||||
"unexpected_status": "Unexpected payment status: {status}",
|
||||
"processing_btn": "Processing...",
|
||||
"pay_now": "Pay Now (${price})",
|
||||
"stripe_not_loaded": "Stripe is not initialized. Please reload the page.",
|
||||
"network_error": "Network error loading payment data",
|
||||
"payment_intent_error": "Error loading payment data",
|
||||
"paypal_order_error": "Could not create the PayPal order. Please try again.",
|
||||
"paypal_capture_error": "PayPal capture failed. Please try again.",
|
||||
"paypal_error": "PayPal reported an error.",
|
||||
"paypal_cancelled": "You cancelled the PayPal payment.",
|
||||
"paypal_missing_plan": "Missing PayPal plan configuration for this package. Please choose another payment method.",
|
||||
"auth_required": "Please log in to continue to payment.",
|
||||
"status_loading": "Preparing secure payment data…",
|
||||
"status_ready": "Payment form ready. Enter your details to continue.",
|
||||
"status_processing": "Processing payment with {{provider}}…",
|
||||
"status_success": "Payment confirmed. Finalising your order…",
|
||||
"status_info_title": "Payment status",
|
||||
"status_processing_title": "We are opening the checkout",
|
||||
"status_ready_title": "Checkout opened",
|
||||
"status_error_title": "Payment failed",
|
||||
"status_success_title": "Payment completed",
|
||||
"status_retry": "Retry",
|
||||
"method_stripe": "Credit Card (Stripe)",
|
||||
"method_paypal": "PayPal"
|
||||
"status_retry": "Retry"
|
||||
},
|
||||
"confirmation_step": {
|
||||
"title": "Confirmation",
|
||||
|
||||
Reference in New Issue
Block a user