Skip to content

Commit ec2d3c2

Browse files
committed
chore: encode momo payment deeplink
1 parent 8a5b165 commit ec2d3c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/payment/strategies/momo.strategy.ts

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ export class MomoPaymentStrategy implements IPaymentStrategy {
5959
)
6060
)
6161
console.log(data)
62+
data.deeplink = encodeURIComponent(data?.deeplink)
6263
return data
6364
}
6465

0 commit comments

Comments
 (0)