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,
|
||||
"order_id": self.name,
|
||||
"currency": self.currency,
|
||||
"payment_gateway": self.payment_gateway,
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user