@crediblemark/buayar 0.1.9 → 0.1.10

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/dist/index.js CHANGED
@@ -830,13 +830,6 @@ var MidtransProvider = class extends BasePaymentProvider {
830
830
  totalFee: "0.7%",
831
831
  category: "QRIS"
832
832
  },
833
- {
834
- paymentMethod: "other_qris",
835
- paymentName: "Other QRIS",
836
- paymentImage: "https://docs.midtrans.com/asset/payment_methods/other_qris.png",
837
- totalFee: "0.7%",
838
- category: "QRIS"
839
- },
840
833
  {
841
834
  paymentMethod: "gopay",
842
835
  paymentName: "GoPay E-Wallet",
package/dist/index.mjs CHANGED
@@ -788,13 +788,6 @@ var MidtransProvider = class extends BasePaymentProvider {
788
788
  totalFee: "0.7%",
789
789
  category: "QRIS"
790
790
  },
791
- {
792
- paymentMethod: "other_qris",
793
- paymentName: "Other QRIS",
794
- paymentImage: "https://docs.midtrans.com/asset/payment_methods/other_qris.png",
795
- totalFee: "0.7%",
796
- category: "QRIS"
797
- },
798
791
  {
799
792
  paymentMethod: "gopay",
800
793
  paymentName: "GoPay E-Wallet",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crediblemark/buayar",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "Unified Payment Gateway SDK for Node.js and TypeScript supporting multiple providers",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",