Jump to content

redirect to this Google form


serverbd

Recommended Posts

I make a Offline Bank Payment getway on whmcs default system It sname "bKash Mobile banking" But

Now I want When any one select payment as "bKash" Tab whey will need Just redirect this Google form page to finish cheakout here bkash form

link /https://docs.google.com/a/serverbd.net/forms/d/19CE9ueOxSBK_Wccq8nBA-kjphQdRmschpWEqqjjXXlU/viewform

 

Newbee here please help me, sorry 4my bad english.

Link to comment
Share on other sites

You gave people not enough time to figure out exactly what you mean and reply:?:. I myself have no idea what you are talking about other then maybe you didn't save your work as an invoice or template on your server and it is using the cache one that is saved......Just a thought though as like I said I have no idea

Edited by mlew2
editted timing
Link to comment
Share on other sites

Actually I made a custom Payment gateway Name "bKash" copy of bank transfer,

when clint selet bKash for payment way i need they forward this page blew

/https://docs.google.com/a/serverbd.n...jXXlU/viewform

and due invoice genate normally

 

function banktransfer_link($params) {

 

how put there google doc link ...... it /https://docs.google.com/a/serverbd.n...jXXlU/viewform

Link to comment
Share on other sites

There is a lot more to coding a payment gateway module than just copying an existing one ...

 

Like getting the function names correct for a start...

 

 

ya bro i do it as you say :

	$token = md5( $params["merchantid"] . ":" . $params["amount"] . ":" . strtolower( $params["currency"] ) . ":" . $params["encryptionkeyword"] );
$code = "<form action=\"https://www.cashu.com/cgi-bin/pcashu.cgi\" method=\"post\">

replace with

 

	$token = md5( $params["merchantid"] . ":" . $params["amount"] . ":" . strtolower( $params["currency"] ) . ":" . $params["encryptionkeyword"] );
$code = "<form action=\"https://docs.google.com/a/serverbd.net/forms/d/19CE9ueOxSBK_Wccq8nBA-kjphQdRmschpWEqqjjXXlU/viewform\" method=\"post\">

 

 

but after order user redirect that google form and its say file not found

 

after 30 sec when i refresh rhat page then google form open normaly.

i replace there another site link open fine but

Google form saying 1st time not fond

where is fault ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated