Skip to content

Commit acc7c0d

Browse files
author
90K2
committed
fix RefundStarPayment
1 parent 02cf0e8 commit acc7c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/com/pengrad/telegrambot/request/RefundStarPayment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public class RefundStarPayment extends BaseRequest<RefundStarPayment, BaseRespon
77

88
public RefundStarPayment(Long userId, String telegramPaymentChargeId) {
99
super(BaseResponse.class);
10-
add("user_id", telegramPaymentChargeId).add("telegram_payment_charge_id", telegramPaymentChargeId);
10+
add("user_id", userId).add("telegram_payment_charge_id", telegramPaymentChargeId);
1111
}
1212

1313
}

0 commit comments

Comments
 (0)