Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into atavism/7.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
atavism committed Apr 10, 2024
2 parents 64e97a0 + 5477b7e commit dadf5d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ enum class PaymentMethod(val method: String) {

@SerializedName("freekassa")
Freekassa("freekassa"),

@SerializedName("paymentwall")
PaymentWall("paymentwall")
}

data class PaymentMethods(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ enum class PaymentProvider(val provider: String) {
BTCPay("btcpay"),

@SerializedName("reseller-code")
ResellerCode("reseller-code")
ResellerCode("reseller-code"),

@SerializedName("paymentwall")
PaymentWall("paymentwall")
}

data class ProviderInfo(
Expand Down

0 comments on commit dadf5d8

Please sign in to comment.