Skip to content

Commit

Permalink
chore: encode momo payment deeplink
Browse files Browse the repository at this point in the history
  • Loading branch information
MinhhTien committed Jul 6, 2024
1 parent 8a5b165 commit ec2d3c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/payment/strategies/momo.strategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ export class MomoPaymentStrategy implements IPaymentStrategy {
)
)
console.log(data)
data.deeplink = encodeURIComponent(data?.deeplink)
return data
}

Expand Down

0 comments on commit ec2d3c2

Please sign in to comment.