@factor-wise/prisma-schema 2.0.48 → 2.0.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/prisma/schema.prisma +1 -0
package/package.json
CHANGED
package/prisma/schema.prisma
CHANGED
|
@@ -2652,6 +2652,7 @@ enum collection_collectedMode {
|
|
|
2652
2652
|
HYPTO_Bank__Virtual_A_c @map("HYPTO Bank- Virtual A/c")
|
|
2653
2653
|
Razorpay_Bank @map("Razorpay Bank")
|
|
2654
2654
|
RAZORPAY_PAYMENT_GATEWAY @map("RAZORPAY PAYMENT GATEWAY")
|
|
2655
|
+
EASEBUZZ_PAYMENT_GATEWAY @map("EASEBUZZ PAYMENT GATEWAY")
|
|
2655
2656
|
GOOGLE_PAY @map("GOOGLE PAY")
|
|
2656
2657
|
CASHFREE_PAYMENT_GATEWAY @map("CASHFREE PAYMENT GATEWAY")
|
|
2657
2658
|
ICICI_BANK_1435 @map("ICICI BANK-1435")
|