Skip to content

Commit f19bedb

Browse files
committed
add new payment method
1 parent f5f9423 commit f19bedb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

static/api/campaigns/v1.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,8 @@ components:
640640
641641
* `sepa_debit` - SEPA Direct Debit
642642
643+
* `twint` - Twint
644+
643645
* `external` - External'
644646
nullable: true
645647
oneOf:
@@ -1040,6 +1042,8 @@ components:
10401042
10411043
* `sepa_debit` - SEPA Direct Debit
10421044
1045+
* `twint` - Twint
1046+
10431047
* `external` - External'
10441048
required:
10451049
- payment_method
@@ -1086,6 +1090,8 @@ components:
10861090
10871091
* `sepa_debit` - SEPA Direct Debit
10881092
1093+
* `twint` - Twint
1094+
10891095
* `external` - External'
10901096
enum:
10911097
- apple_pay
@@ -1098,6 +1104,7 @@ components:
10981104
- google_pay
10991105
- sofort
11001106
- sepa_debit
1107+
- twint
11011108
- external
11021109
type: string
11031110
ProductInventoryAvailabilityEnum:

0 commit comments

Comments
 (0)