HotcakesCommerce / hotcakes-commerce-core

The core of the e-commerce part of the overall solution. This is an ecommerce shopping cart solution built on top of the DNN (DotNetNuke) CMS. Anyone can do commerce online now!
https://mmmcommerce.com
MIT License
70 stars 55 forks source link

Membership may be assigned prior to capturing payment #213

Open WillStrohl opened 5 years ago

WillStrohl commented 5 years ago

Describe the bug

Discovered and based on Issue #189

Software Versions

To Reproduce

Steps to reproduce the behavior:

  1. (see linked issue)
  2. Only, set the payment gateway to authorize instead of charging the full amount at checkout.

Expected behavior

The order is placed and payment is pending since it's only authorized. The membership is not yet assigned.

Actual behavior

The order is placed and payment is pending, but the membership is prematurely assigned. \

parasdaryanani commented 5 years ago

Is payment capture readily detected within HCC by default?

WillStrohl commented 4 years ago

I don't think this is an issue any longer. I don't remember why I created this issue and linked it to the original.