Skip to content

Commit

Permalink
Merge pull request #751 from hypersign-protocol/moopay
Browse files Browse the repository at this point in the history
bug fixed
  • Loading branch information
Pratap2018 authored Jan 10, 2022
2 parents ca396bb + 9501367 commit 6931b9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/admin/selectPlanSlider/SelectPlanSlide.vue
Original file line number Diff line number Diff line change
Expand Up @@ -331,8 +331,8 @@ export default {
if (!resp.ok) {
return this.notifyErr(json)
}else{
window.open(json.payment.quick_Pay)
// window.location.replace(json.payment.quick_Pay)
//window.open(json.payment.quick_Pay)
window.location.replace(json.payment.quick_Pay)
}
}else{
throw new Error('Error while subscritption')
Expand Down

0 comments on commit 6931b9c

Please sign in to comment.