I created a sandbox account to test the integration, but the demo setting seems to not be working.
This is a patch to redirect to the sandbox checkout page when using the demo setting.
| Comment | File | Size | Author |
|---|---|---|---|
| sandbox_checkout.patch | 814 bytes | jackbravo |
Comments
Comment #1
jackbravo commentedThis was fixed by #2485041
Comment #2
nikhil banait commentedHi,
I just used this patch for testing using 2checkout sandbox demo account and tried using this patch but found that the key used 'one_page_checkout' is undefined. When I looked in the code to verify, i too was not able to find the key in the code.
Kindly fix this issue.
Comment #3
jackbravo commentedThe one_page_checkout variable was removed because 2checkout no longer used. This patch is no longer needed. Instead, we added a sandbox configuration variable that is used like this in the code:
If you download the latest release and set sandbox to true it should work.
Comment #4
jackbravo commented