1.0.4 • Published 1 month ago

gainfedpay v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 month ago
import GainFedPay from "@ledgergreen/gainfedpay"

const gainFedPay = new GainFedPay(<store-id>)

function pay(e){
  e.preventDefault()

  gainFedPay.pay({
    amount:<amount-to-pay>,
    orderId:<order-id>
},{
    onSuccess:(data)=>{
       // handle after payment successfully done
    },
    onFailure:(err)=>{
       // handle after payment failure
    }
})
}
1.0.4

1 month ago

1.0.1

1 month ago

1.0.0

1 month ago