Skip to content

Commit

Permalink
update redirect URI
Browse files Browse the repository at this point in the history
  • Loading branch information
ionutanin committed Nov 4, 2023
1 parent 5c4b4b0 commit 1fc9bea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/background/grantFlow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export class PaymentFlowService {
start: ['redirect'],
finish: {
method: 'redirect',
uri: `https://rafiki.money/`,
uri: `http://localhost:3035`,
nonce: new Date().getTime().toString(),
},
},
Expand All @@ -216,6 +216,7 @@ export class PaymentFlowService {
}

async getContinuationRequest() {
console.log()
const continuationRequest = await this.axiosInstance.post(
this.outgoingPaymentGrantData.continue.uri,
{
Expand Down

0 comments on commit 1fc9bea

Please sign in to comment.