jalendport / craft-stripecheckout

Bringing the power of Stripe Checkout to your Craft templates.
MIT License
43 stars 9 forks source link

Name field is populated with email address #24

Open Tuckerboy opened 5 years ago

Tuckerboy commented 5 years ago

Hi,

My form includes a field for customer name and I have confirmed that it is being passed to the charge options array, yet it shows up with customer email once the charge is posted, on both Stripe and in the plugin's data in Craft.

Is this a bug or something done on purpose? Makes it very difficult to reconcile charges with actual users.

Thanks!