Closed (fixed)
Project:
Commerce Stripe
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 May 2019 at 08:30 UTC
Updated:
23 Aug 2019 at 16:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
czigor commentedDiscussed this with Ryan and Matt and that's what we came up with, although the appName does not strictly comply with the recommendation.
Comment #3
czigor commentedI can see the sent data on my stripe dashboard by clicking "Payments", then open a charge (or payment intent if using the patch in #3039032-18: 3D Secure 2) and click on a Log entry.
Comment #5
czigor commentedThe coding standard issues have nothing to do with the patch.
Comment #6
mglamanReviewing today
Comment #7
mglamanThis is added inbetween proxy setting determination, let's move it up.
Also, I think it's worth checking $info['version'] versus accessing it directly to prevent notices.
I've added a test as well.
Comment #9
mglamans/Unit/Kernel.
I forgot I first tried this as a Unit test
Comment #11
mglamanCommitted.