Skip to content

Commit 03601c0

Browse files
authored
Merge pull request #2 from BrantaOps/feature/1
1 Add support for child platforms
2 parents 5631258 + 941d381 commit 03601c0

24 files changed

Lines changed: 63 additions & 1 deletion
-1.08 KB
Binary file not shown.
-1.25 KB
Binary file not shown.
-577 Bytes
Binary file not shown.
-4.46 KB
Binary file not shown.
-2.97 KB
Binary file not shown.
-845 Bytes
Binary file not shown.

branta/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class Payment:
3535
platform_logo_url: Optional[str] = None
3636
platform_logo_light_url: Optional[str] = None
3737
parent_platform: Optional[Platform] = None
38+
child_platform: Optional[Platform] = None
3839
btc_pay_server_plugin_version: Optional[str] = None
3940
is_metadata_decrypted: Optional[bool] = None
4041

-776 Bytes
Binary file not shown.
-3.05 KB
Binary file not shown.
-9.21 KB
Binary file not shown.

0 commit comments

Comments
 (0)