[fix]: transaction id
This commit was merged in pull request #22.
This commit is contained in:
@@ -72,7 +72,7 @@ class EligibilityCheckService(BaseService):
|
|||||||
|
|
||||||
transaction_offer = TransactionOffer.create_transaction_offer(
|
transaction_offer = TransactionOffer.create_transaction_offer(
|
||||||
customer_id = customer.id,
|
customer_id = customer.id,
|
||||||
transaction_id = transaction.id,
|
transaction_id = transaction.transaction_id,
|
||||||
offer_id = offer.id,
|
offer_id = offer.id,
|
||||||
min_amount = offer.min_amount,
|
min_amount = offer.min_amount,
|
||||||
max_amount = offer.max_amount,
|
max_amount = offer.max_amount,
|
||||||
|
|||||||
Reference in New Issue
Block a user