pmclain / module-stripe

Stripe Payments for Magento 2
Open Software License 3.0
47 stars 21 forks source link

Fix for undefined variable 'stripeData' on authorize #55

Closed damjess closed 6 years ago

damjess commented 6 years ago

On authorize, an error is thrown for 'stripeData' as it's not yet declared. Looking at the code, it seems the original fix was for ownerData, so I've replaced 'stripeData' in this instance with 'ownerData' which is what this function should be returning