mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-02 12:57:49 +01:00
Compare commits
1 Commits
c7e627eef0
...
42899f0d51
Author | SHA1 | Date | |
---|---|---|---|
|
42899f0d51 |
@ -19,9 +19,7 @@ namespace danog\MadelineProto\EventHandler\Payments;
|
|||||||
use danog\MadelineProto\EventHandler\Update;
|
use danog\MadelineProto\EventHandler\Update;
|
||||||
use danog\MadelineProto\MTProto;
|
use danog\MadelineProto\MTProto;
|
||||||
|
|
||||||
/**
|
/** This object contains information about an incoming pre-checkout query. */
|
||||||
* This object contains information about an incoming pre-checkout query.
|
|
||||||
*/
|
|
||||||
class Payment extends Update
|
class Payment extends Update
|
||||||
{
|
{
|
||||||
/** Unique query identifier */
|
/** Unique query identifier */
|
||||||
@ -75,6 +73,7 @@ class Payment extends Update
|
|||||||
* Reject pending payment.
|
* Reject pending payment.
|
||||||
* note that you must call this function or accept function up to 10 seconds after user accept payment!!.
|
* note that you must call this function or accept function up to 10 seconds after user accept payment!!.
|
||||||
* @param string $errorMessage if the success isn’t set. Error message in human-readable form that explains the reason for failure to proceed with the checkout
|
* @param string $errorMessage if the success isn’t set. Error message in human-readable form that explains the reason for failure to proceed with the checkout
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
public function reject(string $errorMessage): false
|
public function reject(string $errorMessage): false
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user