mirror of
https://github.com/xtr-dev/payload-billing.git
synced 2025-12-10 02:43:24 +00:00
feat: add per-payment redirectUrl field
- Add redirectUrl field to payments collection for custom redirect destinations - Update Mollie provider to use payment.redirectUrl with config fallback - Update Stripe provider to pass redirectUrl as return_url - Update test provider to redirect to payment-specific URL on success - Fix production URL detection to check NEXT_PUBLIC_SERVER_URL first - Update README with redirectUrl documentation and examples 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@xtr-dev/payload-billing",
|
||||
"version": "0.1.21",
|
||||
"version": "0.1.22",
|
||||
"description": "PayloadCMS plugin for billing and payment provider integrations with tracking and local testing",
|
||||
"license": "MIT",
|
||||
"type": "module",
|
||||
|
||||
Reference in New Issue
Block a user