haris989 / MyAwesomeCart

A Django E commerce website
72 stars 112 forks source link

BUG #36

Open Hardik-Parmar opened 3 years ago

Hardik-Parmar commented 3 years ago

In Code workflow the order entry in DATABASE has been done and then payment gateway interface has been executed.

bug: - we want to add order record in database if and only if payment status is success. other wise how can an admin knows that the order record is valid or not.