Skip to content

Commit c3a5449

Browse files
authored
Merge pull request #384 from 90K2/master
hotfix: RefundStarPayment request
2 parents 02cf0e8 + acc7c0d commit c3a5449

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

+1-1
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)