Payment Propertybag as array
Created by: mattwire
Overview
With more complex payment processors converting to use propertybag is a big project that cannot reasonably be completed in one development cycle. There may also be dependencies on other code (core or extensions) that do not accept a payment propertybag and use array_
functions or empty()
. Passing a propertybag will cause this code to break.
Eventually we hope to be in a position where the payment propertybag can be passed and understood everywhere. But not yet.
Before
Cannot get payment propertybag as an array.
After
Can get payment propertybag as an array.
Technical Details
Comments
@eileenmcnaughton @artfulrobot Per discussions on mattermost, this allows for a smoother transition to propertybag.