fix: include missing payment_gateway parameter in Payment Request URL

(cherry picked from commit dbac8cfc94)
This commit is contained in:
Navin-S-R
2025-02-14 13:14:27 +05:30
committed by Mergify
parent 698b7a9d00
commit 18f94765f7

View File

@@ -313,6 +313,7 @@ class PaymentRequest(Document):
"payer_name": data.customer_name,
"order_id": self.name,
"currency": self.currency,
"payment_gateway": self.payment_gateway,
}
)