Ashish Singh
Ashish Singh
Integrate the payment gateway Pagseguro [website](https://pagseguro.uol.com.br/)
Integrate mercadopago payment gateway. [website](https://www.mercadopago.com.br)
Please leave a comment with your feedback, suggestion or request. We are listening and would give priority to things which the community needs.
Right now we are provisioning a store with a default currency of `USD`. This is a good approach for now. All the products which get created use this currency. After...
With the basic e-commerce platform released we are set to start working on supporting plugins for aviacommerce. Plugins for aviacommerce would work similar to how [magento](https://marketplace.magento.com/extensions.html) and [shopify](https://apps.shopify.com/) plugins work....
The package creation/splitting is heavily dependant on zones. Prevent deletion of the last available zone.
Create promotions creation UI in admin interface. ## First Task List of tasks for create flow:- * Create form for promotion create fields. * Create sub-section for promotion rules case....
We have fixed the routes as per the payment providers for now. This needs to be refactored such that there is just one endpoint for success and one for failure....
If a listing is in `in-active` state and there are no variants for it then trying to change the state to active does not do anything. No errors are shown...
The removed code would never run, as once this `self.shutdown = true;` runs, the while loop doesn't run any further so this check was redundant.