Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions chargehive/chtype/enum.proto
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ enum PaymentMethodType {
PAYMENT_METHOD_TYPE_DIGITALWALLET = 2;
PAYMENT_METHOD_TYPE_DIRECTDEBIT = 3;
PAYMENT_METHOD_TYPE_CRYPTOCURRENCY = 4;
PAYMENT_METHOD_TYPE_APPSTORE = 5;
}

enum PaymentMethodProvider {
Expand All @@ -87,6 +88,8 @@ enum PaymentMethodProvider {
PAYMENT_METHOD_PROVIDER_APPLEPAY = 3;
PAYMENT_METHOD_PROVIDER_GOOGLEPAY = 4;
PAYMENT_METHOD_PROVIDER_AMAZONPAY = 5;
PAYMENT_METHOD_PROVIDER_IOS = 6;
PAYMENT_METHOD_PROVIDER_GOOGLEPLAY = 7;
}

enum PaymentMethodInputType {
Expand Down
247 changes: 129 additions & 118 deletions golang/chargehive/chtype/enum.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion php/ChargeHive/Chtype/Metadata/Enum.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion php/ChargeHive/Chtype/Metadata/PaymentMethod.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion php/ChargeHive/Chtype/Metadata/PaymentMethodSchema.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions php/ChargeHive/Chtype/PaymentMethodProvider.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions php/ChargeHive/Chtype/PaymentMethodSchema.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions php/ChargeHive/Chtype/PaymentMethodSchemaCard.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions php/ChargeHive/Chtype/PaymentMethodType.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.