We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a5b165 commit ec2d3c2Copy full SHA for ec2d3c2
src/payment/strategies/momo.strategy.ts
@@ -59,6 +59,7 @@ export class MomoPaymentStrategy implements IPaymentStrategy {
59
)
60
61
console.log(data)
62
+ data.deeplink = encodeURIComponent(data?.deeplink)
63
return data
64
}
65
0 commit comments