Skip to content

Commit

Permalink
Whastapp transfer optional claim url (#63)
Browse files Browse the repository at this point in the history
* optional claim url

* trigger GA

* change order
  • Loading branch information
agarrido19 authored Oct 13, 2020
1 parent 2c305c7 commit 8cdb4c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cuenca/resources/whatsapp_transfers.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class WhatsappTransfer(Transaction):
updated_at: dt.datetime
recipient_name: str
phone_number: str
claim_url: str
claim_url: Optional[str]
expires_at: dt.datetime
# defined after the transfer has been claimed
destination_uri: Optional[str]
Expand Down

0 comments on commit 8cdb4c7

Please sign in to comment.