balemessenger / bale-bot-samples

Bale Bot Python Examples
Apache License 2.0
57 stars 29 forks source link

متد sendInvoice #159

Closed voicerecordist closed 5 years ago

voicerecordist commented 5 years ago

سلام من برای این متد مقادیر زیر رو ارسال میکنم

$data=[
        'chat_id'=>"{chat_id}",
        'title'=>"title",
        'description'=>"description",
        'provider_token'=>"provider_token",
        'prices'=>[
            'label'=>"label",
            'amount'=>"278900"
        ]
    ];

ولی این ارور رو میده

{
  "ok": false,
  "description": "Bad Request : prices is empty",
  "errorCode": 400
}

مشکل کجاست؟

vahid-heydari commented 5 years ago

prices باید تغییر کنه $data=[ 'chat_id'=>"{chat_id}", 'title'=>"title", 'description'=>"description", 'provider_token'=>"provider_token", 'prices'=>[[ 'label'=>"label", 'amount'=>"278900" ]] ];