Giter Site home page Giter Site logo

fetchapp's People

Contributors

jasontwong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

davekiss

fetchapp's Issues

Unable to Create Order

All other classes work perfect (listing products, company info, etc), but when I try to create an order I get a "FetchApp Not Found" error.

Everything is being included properly (since listing products and other calls work), it's just creating orders, so I must be doing something wrong.

I've tried all sorts of combinations in the XML that I'm sending, the example provided below is simply my latest effort.

Here's my code:

require 'fetchapp/FetchApp.php';
$fetch_app = new FetchApp( 'https://myname.fetchapp.com', 'myname', 'mytoken' );

$new_order = '<?xml version="1.0" encoding="UTF-8"?>
                      <order>
                          <email>[email protected]</email>
                          <order_items type="array">
                              <order_item>
                                  <sku>mysku</sku>
                              </order_item>
                          </order_items>
                      </order>';
$create_order = $fetch_app->orders( 'create', $new_order );

Blank Page is Showing

Hello,
I am integrating my custom php website with fetchapp, so I am using this PHP API Module on Github. But it was showing Error "SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed".

Then I followed the instruction given in this Url http://unitstep.net/blog/2009/05/05/using-curl-in-php-to-access-https-ssltls-protected-sites/. Now it is not showing SSL error, but it is showing nothing on page also not creating order in my fetch account. I am using this Simple PHP Wrapper.
I am using Windows7, with PHP 5.3.5.
Please Help me what is wrong there.?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.