Skip to content

Commit 7cf1625

Browse files
minor fix for refunded_payment (#142)
1 parent 1d63a19 commit 7cf1625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/types/business/refunded_payment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ def _parse(
8484
total_amount=refunded_payment.total_amount,
8585
invoice_payload=invoice_payload,
8686
telegram_payment_charge_id=telegram_payment_charge_id,
87-
provider_payment_charge_id=shipping_option_id
87+
provider_payment_charge_id=provider_payment_charge_id
8888
)

0 commit comments

Comments
 (0)