mirror of
https://github.com/danog/MadelineProto.git
synced 2024-11-26 17:44:44 +01:00
fix little bug
This commit is contained in:
parent
dfad12f6fe
commit
83c36563f4
@ -51,7 +51,7 @@ class Payment extends Update
|
||||
$rawRequestedPayment['email'],
|
||||
) : null;
|
||||
$this->shippingOptionId = $rawRequestedPayment['shipping_option_id'] ?? null;
|
||||
$this->currency = $rawRequestedPayment['$currency'];
|
||||
$this->currency = $rawRequestedPayment['currency'];
|
||||
$this->totalAmount = $rawRequestedPayment['total_amount'];
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user