RayeesMir / payumoney

0 stars 1 forks source link

Is it a working version of code? #1

Open arghyakusumdas7 opened 6 years ago

arghyakusumdas7 commented 6 years ago

Is there any documentation that I can use?

RayeesMir commented 6 years ago

@arghyakusumdas7 I haven't created any documentation for this but this code was working. you can give it a shot. maybe they have changed API. I am not maintaining it.You are free to fork. Maybe this will help you

let paymentData = Payumoney.paymentDetails();
paymentData.key = PayumoneyConfig.key;

Payumoney.hashBeforeTransaction(paymentData, salt, function (hash) {

});

Payumoney.hashAfterTransaction(paymentDetails, salt, status, function (hash) {

});
arghyakusumdas7 commented 6 years ago

Thanks for your response. I will try.