@sniipwebmaster/payment-methods-client-grpcweb-ts 26.8.8850 → 26.8.8862

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.
@@ -835,6 +835,7 @@ export namespace BillConfigForPayment {
835
835
  REJECTION_REASON_CONFIG_UNDER_REVIEW = 2,
836
836
  REJECTION_REASON_CONFIG_BLOCKED = 3,
837
837
  REJECTION_REASON_PAYMENT_METHOD_EXPIRED = 4,
838
+ REJECTION_REASON_MISSING_SME_CONFIG = 5,
838
839
  }
839
840
  }
840
841
 
@@ -8639,7 +8639,8 @@ proto.sniippaymentmethodsserviceapi.BillConfigForPayment.RejectionReason = {
8639
8639
  REJECTION_REASON_NOT_IN_PAYMENT_METHOD_GROUP: 1,
8640
8640
  REJECTION_REASON_CONFIG_UNDER_REVIEW: 2,
8641
8641
  REJECTION_REASON_CONFIG_BLOCKED: 3,
8642
- REJECTION_REASON_PAYMENT_METHOD_EXPIRED: 4
8642
+ REJECTION_REASON_PAYMENT_METHOD_EXPIRED: 4,
8643
+ REJECTION_REASON_MISSING_SME_CONFIG: 5
8643
8644
  };
8644
8645
 
8645
8646
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sniipwebmaster/payment-methods-client-grpcweb-ts",
3
- "version": "26.8.8850",
3
+ "version": "26.8.8862",
4
4
  "description": "payment-methods-client-grpcweb-ts",
5
5
  "author": "Sniip Development Team",
6
6
  "license": "MIT",