Commit 8f31154
committed
Add warning regarding known gaps in meeting the contract if property bag is used
Core does not use property bag - and there are no known instances of
people using property bag with Omnipay but if they did it
would fail to create recurrings as of 5.69 because it
does not pass our is_recur. Omnipay is not the only processor
that requires is_recur.
Note in the past Omnipay had a cast to PropertyBag but I reverted that
after hitting regressions in Omnipay caused by property bag
As far as I know there are no runtime benefits of using Omnipay1 parent 3cbc165 commit 8f31154
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
160 | 176 | | |
161 | 177 | | |
162 | 178 | | |
| |||
0 commit comments