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 c65f421da9
commit a344b8b9ae

View File

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