Skip to content

Commit

Permalink
add project name to success url
Browse files Browse the repository at this point in the history
  • Loading branch information
letioneill committed Jun 22, 2024
1 parent a909526 commit 9f1f95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions checkout.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ <h1 class="checkout">Checkout</h1>
quantity: 1,
};
}),
success_url: 'https://letioneill.github.io/success.html',
cancel_url: 'https://letioneill.github.io/checkout.html',
success_url: 'https://letioneill.github.io/vjsa-web-apps/success.html',
cancel_url: 'https://letioneill.github.io/vjsa-web-apps/checkout.html',
})
});

Expand Down

0 comments on commit 9f1f95d

Please sign in to comment.