Skip to content

Commit

Permalink
Update Redirect URL
Browse files Browse the repository at this point in the history
  • Loading branch information
teja618 authored Jan 24, 2021
1 parent e2ab4a0 commit b5eb106
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public Object createPayment(@RequestBody Order request){
order.setCurrency("INR");
order.setAmount(request.getAmount());
order.setDescription(request.getDescription());
order.setRedirectUrl("http://www.google.com");
order.setRedirectUrl("https://barclays-bookstore.web.app/home");
order.setTransactionId(uuid.toString());

PaymentOrderResponse paymentOrderResponse = null;
Expand Down

0 comments on commit b5eb106

Please sign in to comment.