mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 15:42:52 +00:00
Merge pull request #45912 from aerele/add-payment-gateway
fix: include missing payment_gateway parameter in Payment Request URL
This commit is contained in:
@@ -300,6 +300,7 @@ class PaymentRequest(Document):
|
|||||||
"payer_name": data.customer_name,
|
"payer_name": data.customer_name,
|
||||||
"order_id": self.name,
|
"order_id": self.name,
|
||||||
"currency": self.currency,
|
"currency": self.currency,
|
||||||
|
"payment_gateway": self.payment_gateway,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user