Skip to content

Commit

Permalink
Merge pull request #52 from GLEF1X/qiwi-API-change/card-payments
Browse files Browse the repository at this point in the history
Change endpoint url due to QIWI API change
  • Loading branch information
GLEF1X authored Aug 13, 2022
2 parents b991055 + 048df26 commit ea40c80
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class TransferMoneyToCard(QiwiAPIMethod[PaymentInfo]):
http_method: ClassVar[str] = 'POST'
url: ClassVar[str] = 'https://edge.qiwi.com/sinap/api/v2/terms/{private_card_id}'
url: ClassVar[str] = 'https://edge.qiwi.com/sinap/api/v2/terms/{private_card_id}/payments'

json_payload_schema: ClassVar[Dict[str, Any]] = {
'id': RuntimeValue(default_factory=lambda: str(int(time.time() * 1000))),
Expand Down

0 comments on commit ea40c80

Please sign in to comment.