Ashish Singh

Results 11 issues of Ashish Singh

Integrate the payment gateway Pagseguro [website](https://pagseguro.uol.com.br/)

effort3: hard (weeks)
type: feature
hotlist: core-team

Integrate mercadopago payment gateway. [website](https://www.mercadopago.com.br)

effort3: hard (weeks)
type: feature
hotlist: core-team

Please leave a comment with your feedback, suggestion or request. We are listening and would give priority to things which the community needs.

discussion

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...

enhancement
discussion
severity: low

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....

help wanted
discussion
effort:hard (weeks)
severity: medium
type: feature

The package creation/splitting is heavily dependant on zones. Prevent deletion of the last available zone.

good first issue
effort:easy (hours)
hotlist: community-help
severity: medium

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....

feature
effort:easy (hours)
hotlist: core-team
severity: high

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....

effort:easy (hours)
hotlist: core-team
severity: low

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...

effort:easy (hours)
hotlist: core-team
severity: medium
type: bug

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.