Skip to content

Commit

Permalink
updated return url
Browse files Browse the repository at this point in the history
  • Loading branch information
DevParapalli committed Oct 19, 2022
1 parent b46f371 commit e254c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/(app)/pg/[id]/pay/+page.server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const load: PageServerLoad = async (event) => {
},
"order_meta": {
// TODO:
"return_url": "http://localhost:5173/pg/process_return?cf_id={order_id}&cf_token={order_token}"
"return_url": "http://synergy-22-cf.vercel.app/pg/process_return?cf_id={order_id}&cf_token={order_token}"
}
}),
});
Expand Down

0 comments on commit e254c4e

Please sign in to comment.