Skip to content

Commit

Permalink
fix: include missing payment_gateway parameter in Payment Request URL
Browse files Browse the repository at this point in the history
(cherry picked from commit dbac8cf)
  • Loading branch information
Navin-S-R authored and mergify[bot] committed Feb 14, 2025
1 parent c65f421 commit a344b8b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ def get_payment_url(self):
"payer_name": data.customer_name,
"order_id": self.name,
"currency": self.currency,
"payment_gateway": self.payment_gateway,
}
)

Expand Down

0 comments on commit a344b8b

Please sign in to comment.