fix(router): rename management_url to management_u_r_l in the apple pay session response (#6945)

This commit is contained in:
Shankar Singh C
2024-12-27 11:49:55 +05:30
committed by GitHub
parent d19c1a1963
commit cb12e3da1c
4 changed files with 6 additions and 6 deletions

View File

@ -3480,7 +3480,7 @@ impl
.recurring_payment_interval_count,
},
billing_agreement: apple_pay_recurring_details.billing_agreement,
management_url: apple_pay_recurring_details.management_url,
management_u_r_l: apple_pay_recurring_details.management_url,
}
}
}