fix: Affirm pay_later configuration for Confirm Payment step
Fixed Affirm.js pay_later_pm.AffirmManualCapture configuration to match
working Klarna.js pattern:
- Added payment_experience: redirect_to_url
- Changed payment_method_data.pay_later from affirm:{} to
affirm_redirect:{billing_email, billing_country}
- Restructured billing object: moved email to billing.email
- Removed customer_acceptance and setup_future_usage from Request
- Added order_details array (required for pay_later)
This aligns the Affirm configuration with the successful Klarna and
Adyen pay_later patterns.
Co-Authored-By: Paperclip <noreply@paperclip.ing>
Committer
QA Automation Bot