Skip to content

Commit

Permalink
minor fix for refunded_payment (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
keyiflerolsun authored Jan 21, 2025
1 parent 1d63a19 commit 7cf1625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyrogram/types/business/refunded_payment.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ def _parse(
total_amount=refunded_payment.total_amount,
invoice_payload=invoice_payload,
telegram_payment_charge_id=telegram_payment_charge_id,
provider_payment_charge_id=shipping_option_id
provider_payment_charge_id=provider_payment_charge_id
)

0 comments on commit 7cf1625

Please sign in to comment.