Bug #9239
closedQuickpay: payment response "brand" is now an array
Description
This used to be a string. Being changed to an array is now causing payment type detection to throw an error.
https://www.joomlapolis.com/forum/professional-members-support/246093-php-8-1-8-2#334917
Updated by krileon about 1 year ago
Documentation still shows it's string.
Updated by krileon about 1 year ago
So it might not be the notification, but the response object from /subscriptions or /payments call in the notification handling.
Updated by krileon about 1 year ago
Both /subscriptions and /payments API calls indicate the brand metadata should be a string as well.
https://learn.quickpay.net/tech-talk/api/services/#payments
https://learn.quickpay.net/tech-talk/api/services/#subscriptions
Updated by krileon about 1 year ago
Looks like it's the form return handler. So when redirected back to the site. We're still using QuickPay Form API so maybe an unintended change?
https://learn.quickpay.net/tech-talk/payments/form/#quickpay-form
Updated by krileon about 1 year ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !323