Filter

Meine letzten Suchanfragen
Filtern nach:
Budget
bis
bis
bis
Typ
Fähigkeiten
Sprachen
    Jobstatus
    2,000 callback jajah Gefundene Jobs, Preise in EUR

    ...Breakthrough Pro theme. We use various plugins, but the main one is one called CedCommerce Discogs that allows us to sync the inventory from Woocommerce with the one from another marketplace called Discogs. We recently migrated hosting from Hostpapa to Siteground and we've been getting two random errors we need help fixing: 1) We get a "Warning: call_user_func_array() expects parameter 1 to be a valid callback", etc. when using the search bar - we would like to fix this so it no longer appears. 2) The Cedcommerce discogs plugin is not syncing properly. The function of this plugin is to tell Discogs to mark any products we sell on our Woocommerce website as "draft" on Discogs, so they don't appear as listed for sale in there. This function has rece...

    €23 (Avg Bid)
    €23 Gebot i.D.
    16 Angebote

    Hi, I need to convert tfjs-node callback () to work on browser, and save file to an endpoint given. Can you do that?

    €92 (Avg Bid)
    €92 Gebot i.D.
    1 Angebote

    Dear Freelancers, We need a chrome extension developed with the sole purpose of displaying a notification when data is inserted into mysql (The page which inserts data into mysql is already built and called automatically via an external application (using a callback URL with various parameters) - The freelancer will ONLY have to build the extension. So basically, as soon as page inserts the data (for example the name david), the extension displays a notification "david was inserted" Google GCM or Firebase should be used. The notification is a chrome notification which displays near the clock (windows taskbar) Please quote for building the extension ONLY - the page is ALREADY built.

    €18 (Avg Bid)
    €18 Gebot i.D.
    3 Angebote

    Need to redesign the Invoice in Dolibarr ERP, export the Invoice data into Json file, digitally sign the json file, sent the json file to third party system via api orders, receive the submission feedback notifications via callback status. Invoices are either L2R english or R2L arabic

    €183 (Avg Bid)
    €183 Gebot i.D.
    18 Angebote

    I want from someone to convert my PHP API payment method project to whmcs payment gateway There is github examples for the php api to convert it

    €129 (Avg Bid)
    €129 Gebot i.D.
    11 Angebote

    Simple Twilio IVR Tree + callback function

    €181 (Avg Bid)
    €181 Gebot i.D.
    4 Angebote

    Hello. I have a sales system (ERP) that has an open API. I need and a BOT/System that whenever a sale happens, the bot sends a message to my client via whatsapp. System API is very complete. The API notifies you when there is a sale, the API has all the customer's ...method, invoice.... I want the BOT to send a thank you message, with order information (information is available in the API) Bot need use my own mobile number... Invoice API: Order API: Callback Status order: ( portuguese, translate to your language )

    €179 (Avg Bid)
    €179 Gebot i.D.
    15 Angebote

    I would like the caller to be charged 0.90 cents per call for the incoming call and to be credited to us and he has the opportunity to leave a message for the callback, which is set up as a voice mail by email with us for several phone numbers. can you do that?

    €12 / hr (Avg Bid)
    €12 / hr Gebot i.D.
    7 Angebote

    I need in the next 30 mins a working selenium test that open clicks on try a different method and use api, or another one to solve the captcha it has to work with the callback

    €115 (Avg Bid)
    €115 Gebot i.D.
    6 Angebote

    Functional requirements: 1. Synchronization of advertisements: Uploading new advertisements on the MarketPlace; 2. Updating of existing advertisements; 3. Elimination of the advertisements sold; Order synchronization: 1. Import of orders received from the marketplace into the Manage...sent to libraryadmin and superadmin. NON-Functional Requirements: 1) Implemented in PHP; 2) License activation key; 3) It must be run as a Task by Google App Engine; 4) Google Cloud Storage will be used for the storage of log and exchange files; 5) The tasks must be able to be executed with cronjobs called upon triggering from an event; 6) To retrieve the results of the requests we ask that the Callback tasks be used; 7) Code not encrypted, legible and well commented; 8) Verification of the license o...

    €2985 (Avg Bid)
    €2985 Gebot i.D.
    1 Angebote

    ...placeholder="add text.." name="add" required> <input name="submit" class="button button-primary" type="submit" value="add Post" /> </form><? } function magic_creator_menu() { add_menu_page( 'Magic Creator',// page title 'Magic Creator',// menu title 'manage_options',// capability 'magic_creator',// menu slug 'magic_creator' // callback function ); } add_action('admin_menu', 'magic_creator_menu'); ?> With this starting point I can study the code and achieve my ultimate goal.. I need also a check: if the value has already been entered, it gives an error. I tho...

    €34 (Avg Bid)
    €34 Gebot i.D.
    19 Angebote

    ...el archivo y en el archivo se encuentra lo que he realizado. adjunto el enunciado ### Ejercicio 0 (1p). 1. Implementar una funcion llamada `listCoins` que recibe dos parámetros `number` y `callback`. Esta función debe usar la API de XMLHttpRequest para hacer una petición a la API de CoinGecko y listar todas las criptomonedas disponibles. Una vez tengamos la lista se debe procesar la respuesta como JSON y transformarla en un array que contenga únicamente los símbolos de las criptomonedas ordenados afabéticamente. Esta función debe ejecutar el callback con el array mencionado previamente. 2. Una vez tengamos la función implementada, crear otra función `listCoinsPromise` que haga exáctamente l...

    €18 (Avg Bid)
    €18 Gebot i.D.
    2 Angebote

    ...big app, just address generating, listing payments and custom transaction option for refunding money to customers) 2- When I hit the request /generate_addresses it returns me an object that includes coins ready to pay addresses (should use my wallet private key + my callback URL to send confirmation signals) 3- I also need to give me socket addresses that I need to listen on frontend when user pays and I show them a message 4- Another request /income_confirmations of block which is listening to confirmations that comes to my callback URL 5- I need pour programming codes not using third-part API. For BTC use blockchain API, for ETH use web3 for example. as you refer but no third-part API. 6- It should at least accept BTC, ETH. and if you can accept more coins, let me know f...

    €854 (Avg Bid)
    €854 Gebot i.D.
    18 Angebote

    ...start the 2 audio processing procedures – availability of new input data or rather completion of outgoing data transfer ? What kind of Linux/ALSA mechanisms you would use to coordinate/synchronize running of key 3 parts of the module: input I2S audio data receiving, audio data processing and output I2S data transfer ? 3) What kind of ALSA mechanisms you would suggest to use – e.g. asynchronous callback or something else ? 4) What kind of data buffering mechanisms would you consider to use (e.g. double buffering, some open-source queue library, simple own queue implementation, etc.) ? 5) I would like to maximize the performance and fully use the available processing power in the 2 audio processing procedures. What kind of tools or mechanisms you would use to monitor so...

    €647 (Avg Bid)
    €647 Gebot i.D.
    6 Angebote

    ...start the 2 audio processing procedures – availability of new input data or rather completion of outgoing data transfer ? What kind of Linux/ALSA mechanisms you would use to coordinate/synchronize running of key 3 parts of the module: input I2S audio data receiving, audio data processing and output I2S data transfer ? 3) What kind of ALSA mechanisms you would suggest to use – e.g. asynchronous callback or something else ? 4) What kind of data buffering mechanisms would you consider to use (e.g. double buffering, some open-source queue library, simple own queue implementation, etc.) ? 5) I would like to maximize the performance and fully use the available processing power in the 2 audio processing procedures. What kind of tools or mechanisms you would use to monitor so...

    €627 (Avg Bid)
    €627 Gebot i.D.
    8 Angebote

    ...que dentro de esa ejecucion la funcion se repita varias veces cambiando el destinatario, un tipo loop el codigo que funciona actualmente es el siguiente y se ejecuta al entrar a una url especifica = function(context, event, callback) { ().({ to: "whatsapp:" +5215500550055, from: "whatsapp:" +12345678910, body: "YA disponibles.", mediaUrl: "" }).then(message => { callback(null, ); }).catch(err => callback(err)); }; de momento para enviar este mismo mensaje a varios destinatarios tengo que cambiar manualmente el "to: "whatsapp:" +5215500550055," a otro numero Tengo una lista de destinatarios a la cual me gustaria enviarles este mensaje sin tene...

    €9 - €28
    Featured Versiegelt
    €9 - €28
    7 Angebote

    Zeek Delivery: - Implement extension must work on opencart 3.x version - Get the quote from the API and show it to customer on shipping step basic on the oc order details - let the shop owner place the delivery order on oc control panel - let the shop owner view / manage the delivery order (e.g. the delivery order status / details) on a separate page with menu links (that separate page) show on the left menu - Accept callback from the delivery service to update the oc order / delivery order status, finishing the delivery service / order - Work with Zeek representative (by email) to test the extension function on sandbox - We can use the extension without limit on the number of shops. Source code must be provided. - 6 months free support service

    €1224 (Avg Bid)
    €1224 Gebot i.D.
    30 Angebote

    API Requirements: ----------------------------- 1. Async REST endpoint to accept excel files along with the respective return endpoints (Callback API/Webhook)/email and config parameters 2. For each row/entry in the excel, hit an API endpoint asynchronously (sending requisite data from the excel) and capture the output in the same excel in columns (Consider headers and the appropriate column for processing as provided via the API call) 3. After processing, post the resultant Excel file to the return endpoint or send it to the email address specified 4. Optionally, accept a priority parameter for processing in the API Call 5. Performance Specifications: Min of 250,000 transactions per Hr. 6. Considerations: Task resumption on inadvertent failure/outage 7. Assumption: Called API takes...

    €311 (Avg Bid)
    €311 Gebot i.D.
    5 Angebote

    for current midi devices connected through USB. a dropdown list in the UI, where the user can select which midi device to use the callback function that gets called every time we have a new Midi event (noteOn or noteOff). If "noteOn" then do the same that the toggleAttach method does in keyboardUI.vue. If noteOff then do as in toggleRelease. Right now I have a incomplete code file that will give a start for the thing. There is also a sample code that could be referenced, but it is written in angular.js. For part3, I will give you the specific details of the keyboardUI.vue.

    €124 (Avg Bid)
    €124 Gebot i.D.
    10 Angebote

    Firebase allows url callback to custom email action handler: email verification, password reset and email verification. This project is to implement the callback into our Wordpress web site and process the action provided in query of the callback: Knowledge of Node.js is mandatory

    €148 (Avg Bid)
    NDA
    €148 Gebot i.D.
    24 Angebote

    I want to create a snippet which would take repeater field data from a Google Map subfield using the code like from the links below and then create new regular ACF Google Map fields with that looped through data. Those now multiple extra Google Map fields would be hidden from the front end ...com/resources/google-map/ ACF Support said: You can use the get_field() function to retrieve the repeater data and use basic array operations to retrieve 'lat' and 'lng' from the location field instead of creating new fields. However, if your mapping solutions require separate ACF fields, I would recommend you take advantage of the acf/save_post callback to update the fields with the data contained in offset 'lat' and 'lng' from the location field.

    €26 (Avg Bid)
    €26 Gebot i.D.
    3 Angebote

    We have a website and we need to develop a module that will connect with a credit card vendor's API (NOT PayPal). There is already an API working between the two platforms, it should be a relatively straight forward process to build the module - you will need to develop a 2 way communication between both APIs - you get some info from the Credit card vendor and send some info to them using callback procedure (which already exists), so it should allow data transfer between both API's. Programming language can be determined. Additional info will be sent to potential candidates.

    €478 (Avg Bid)
    €478 Gebot i.D.
    11 Angebote

    I need someone to fix this issue now for 5 USD. and not more than one hour Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wp_enable_block_templates' not found or invalid function name in /home/almurshidi/public_html/wp-includes/ on line 303 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'create_initial_taxonomies' not found or invalid function name in /home/almurshidi/public_html/wp-includes/ on line 303 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wp_schedule_https_detection' not found or invalid function name in /home/almurshidi/public_html/wp-includes/ on line 303 Fatal error: Uncaught Error: Call to undefined func...

    €6 / hr (Avg Bid)
    €6 / hr Gebot i.D.
    14 Angebote

    I need someone to fix this issue now for 5 USD Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wp_enable_block_templates' not found or invalid function name in /home/almurshidi/public_html/wp-includes/ on line 303 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'create_initial_taxonomies' not found or invalid function name in /home/almurshidi/public_html/wp-includes/ on line 303 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wp_schedule_https_detection' not found or invalid function name in /home/almurshidi/public_html/wp-includes/ on line 303 Fatal error: Uncaught Error: Call to undefined function locate_block_template() i...

    €22 (Avg Bid)
    €22 Gebot i.D.
    14 Angebote

    Automatic interface module via API between Management System and Delcampe.net. The module must allow you to keep the Management inventory synchronized with the advertisements published on the reference Marketplace. It must take care of importing the orders from the Marketplace to the...sent to libraryadmin and superadmin. NON-Functional Requirements: 1) Implemented in PHP; 2) License activation key; 3) It must be run as a Task by Google App Engine; 4) Google Cloud Storage will be used for the storage of log and exchange files; 5) The tasks must be able to be executed with cronjobs called upon triggering from an event; 6) To retrieve the results of the requests we ask that the Callback tasks be used; 7) Code not encrypted, legible and well commented; 8) Verification of the license o...

    €2387 (Avg Bid)
    €2387 Gebot i.D.
    35 Angebote

    Automatic interface module via API between Management System and Ebay. The module must allow you to keep the Management inventory synchronized with the advertisements published on the reference Marketplace. It must take care of importing the orders from the Marketplace to the Management...to libraryadmin and superadmin. NON-Functional Requirements: 1) Implemented in PHP; 2) License activation key; 3) It must be run as a Task by Google App Engine; 4) Google Cloud Storage will be used for the storage of log and exchange files; 5) The tasks must be able to be executed with cronjobs called upon triggering from an event; 6) To retrieve the results of the requests we ask that the Callback tasks be used; 7) Code not encrypted, legible and well commented; 8) Verification of the license o...

    €2276 (Avg Bid)
    €2276 Gebot i.D.
    10 Angebote

    Automatic interface module via API between Management and PrestaShop. The module must allow y...management panel with 18 additional fields NON-Functional Requirements: 1) Implemented in PHP; 2) License activation key; 3) It must be run as a Task by Google App Engine; 4) Google Cloud Storage will be used for the storage of log and exchange files; 5) The tasks must be able to be executed with cronjobs called upon triggering from an event; 6) To retrieve the results of the requests we ask that the Callback tasks be used; 7) Code not encrypted, legible and well commented; 8) Verification of the license once a day; 9) The marketplace identifier for Management API calls must be a configurable parameter so that it can be replaced without intervening on the code if "PrestaShop" i...

    €2214 (Avg Bid)
    €2214 Gebot i.D.
    19 Angebote

    We have a website and we need to develop a module that will connect with a credit card vendor's API (NOT PayPal). There is already an API working between the two platforms, it should be a relatively straight forward process to build the module. We need a 2 way communication, so we get some info from the CC vendor and send some info to them using callback procedure (which already exists), so it should allow data transfer between both API's. Programming language can be determined. Additional info will be sent to potential candidates.

    €212 (Avg Bid)
    €212 Gebot i.D.
    5 Angebote

    I need someone to develop a simple Magento plugin to add a new payment method to checkout. It should add a configuration tab in admin to add a api key....someone to develop a simple Magento plugin to add a new payment method to checkout. It should add a configuration tab in admin to add a api key. This api key will be used to call an api with the cart total, and then open a new browser tab with the link returned by the api. It should store this payment method as the payment method for the order with the status of "Pending". It should create a callback endpoint to be notified when the payment is done, and update the status to "Paid" It should create in admin a button in the order to check if the payment is done and update the status to "Paid".

    €28 - €230
    Versiegelt
    €28 - €230
    15 Angebote

    Good afternoon! I am working on a solution using Visual Studio 2017 in VB using CefSharp for a Chrome webbrowser and I need to suppress or stop any alerts or actions posted back to the pa...webbrowser and I need to suppress or stop any alerts or actions posted back to the page with JavaScript. I am 99% sure I need to reference the OnJSDisalog class, but I don't know how to do it in VB. C# Example: public bool OnJSDialog(IWebBrowser browserControl, IBrowser browser, string originUrl, CefJsDialogType dialogType, string messageText, string defaultPromptText, IJsDialogCallback callback, ref bool suppressMessage) { suppressMessage = true; return false; } I cannot translate this to VB and I'm not sure how to call it from the browser. Can you help? ...

    €23 / hr (Avg Bid)
    €23 / hr Gebot i.D.
    1 Angebote

    Please find below error in my website. Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wp_enable_block_templates' not found or invalid function name in /home/fja5p6nkv84f/public_html/wp-includes/ on line 303 Fatal error: Uncaught Error: Class 'WP_Theme_JSON_Resolver' not found in /home/fja5p6nkv84f/public_html/wp-includes/ Stack trace: #0 /home/fja5p6nkv84f/public_html/wp-includes/(303): wp_default_styles(Object(WP_Styles)) #1 /home/fja5p6nkv84f/public_html/wp-includes/(327): WP_Hook->apply_filters('', Array) #2 /home/fja5p6nkv84f/public_html/wp-includes/(518): WP_Hook->do_action(Array) #3 /home/fja5p6nkv84f/public_html/wp-includes/(135): do_action_r

    €15 (Avg Bid)
    €15 Gebot i.D.
    14 Angebote

    ...our software delivers a voice message and hangs up. If the distant telephone calls back, instead of dialing the number which actually called in, it dials our Value Added Service (VAS) (Weather report, Astrology, etc). We are looking for this Callback Another Number function, since we handle the remaining part (sending automated messages). This specific callback function should also apply to the distant recorded message : in case the recipient did not hang up directly, when listening to our message on his automatic answering system, he uses his callback function (provided by operator), and is directed - directly - to our Value Added Service (VAS) (Weather report, Astrology, etc). Note : In our country, we CANNOT display directly our VAS number (Value added Service...

    €446 (Avg Bid)
    €446 Gebot i.D.
    21 Angebote

    Hi there, I'm changing payments provider from Worldpay to PayPal. I have two product pages which have a basic service with optional add-ons. I have made the relevant buttons in Worldpay but need help integrating. On purchasing, the php/mysql database needs to be updated with the purchase details (as it is currently) so I can view purchases in the website's admin area, and the re...provider from Worldpay to PayPal. I have two product pages which have a basic service with optional add-ons. I have made the relevant buttons in Worldpay but need help integrating. On purchasing, the php/mysql database needs to be updated with the purchase details (as it is currently) so I can view purchases in the website's admin area, and the relevant email still needs to be sent out via the...

    €29 / hr (Avg Bid)
    €29 / hr Gebot i.D.
    41 Angebote

    When using a javascript datepicker I need to get dates that are to be highlighted via a AJAX source. Once the data has been retrieved the dates of the datepicker will be highlighted. The AJAX call need to occur also when the month ...highlight. When a new month is displayed steps 1 to 3 are performed again. I have a sample page already setup with how it should work with dates, except its not using ajax as the source URL: Coding the ajax is not a problem and I have also included it in the script however I am not too familiar with this datepicker script and adding it to the correct callback events. The script must work with these versions: Bootstrap v4.1.3 Datepicker for Bootstrap v1.8.0 ()

    €16 (Avg Bid)
    €16 Gebot i.D.
    10 Angebote
    Android app Beendet left

    Hello, I need a small app that will run on my android as web server (say port 80), and will be used as API for my needs. I will send a POST to the http with JSON that contains phone numbers and callback URL. What the app should do? 1. The app willadd these phone numbers to contacts on the phone. 2. The app will check which contacts has whatsup/telegram/viber 3. The app will send the results to the callback URL when it's done checking.

    €180 (Avg Bid)
    €180 Gebot i.D.
    30 Angebote

    Hello. We are getting a PHP error on our wordpress site. It's related to a custom plugin which we have created. Warning: call_user_func_array() expects parameter 1 to be a valid callback, class 'Players_*****' does not have a method 'order_post_type' in /home/customer/www/*****.com/public_html/wp-includes/ on line 303 Need to fix this on main site and on staging as well. Same error. Should not take more than 1 hour.

    €6 / hr (Avg Bid)
    €6 / hr Gebot i.D.
    13 Angebote

    Need graphic designer for ecommerce products Callback no. [Removed by Freelancer.com]

    €79 (Avg Bid)
    €79 Gebot i.D.
    14 Angebote

    I want to fix Wordpress theme issue Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'html5blank_header_scripts' not found or invalid function name in /var/www/wordpress/wp-includes/ on line 303 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'register_html5_menu' not found or invalid function name in /var/www/wordpress/wp-includes/ on line 303 Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'html5blank_conditional_scripts' not found or invalid function name in /var/www/wordpress/wp-includes/ on line 303

    €21 (Avg Bid)
    €21 Gebot i.D.
    18 Angebote

    ...For that, I have purchased deathcaptcha solution. But that is not well documented. I have contacted with then and as per direction I have written HTTP post request to get the token and then get request to get the text auth and then need to submit it through the g-recaptcha-response and h-captcha-response. But I do not know the way to submit and bypass the captcha. Also I am not able to find the callback function for hcaptcha. I have attached my code herein for your kind information. If you able to help please response otherwise do not was my time. Code: const context = await (); const page = await (); await (0); await (()) var webAddress = "

    €20 (Avg Bid)
    €20 Gebot i.D.
    1 Angebote

    We have an Azure IOT Core setup, but require help with the callback from our provider. Are you an Azure IOT expert? Can you assist right now?

    €26 (Avg Bid)
    €26 Gebot i.D.
    3 Angebote

    Hi Shahzad A., I need some help setting up a callback into Azure... are you available to assist with this?

    €18 (Avg Bid)
    €18 Gebot i.D.
    1 Angebote

    I try with upi deeplink eg: upi://pay. to collect. I can get statement in icici bank. but I want to know the order status. eg: success or failure and get notified on any credit to my bank account. My problem is no reply has received to the server when transaction occurs. What could be going wrong here?, please help me. I will be very grateful.

    €553 (Avg Bid)
    Featured
    €553 Gebot i.D.
    1 Angebote

    I need a few simple function calls to 1. create auth token 2. create an invoice on Paypal with several line items, and defined $ amounts, and text description 3. check on the payment amount and status of that invoice, not using the webhook callback All function calls should log to a history table, what the query is, and what the return is This will be integrated elsewhere. You must use your own paypal account for development. You must use your own server for development. The code must work in PHP 5.3 The code must be procedural, not object oriented.

    €492 (Avg Bid)
    €492 Gebot i.D.
    35 Angebote

    I need someone to develop a simple Wordpress plugin to add a new payment method to checkout. It should add a configuration tab in admin to add a api key. This api key will be used to call an a...someone to develop a simple Wordpress plugin to add a new payment method to checkout. It should add a configuration tab in admin to add a api key. This api key will be used to call an api with the cart total, and then open a new browser tab with the link returned by the api. It should store this payment method as the payment method for the order with the status of "Pending". It should create a callback endpoint to be notified when the payment is done, and update the status to "Paid" It should create in admin a button in the order to check if the payment is done and...

    €197 (Avg Bid)
    €197 Gebot i.D.
    35 Angebote
    Magento plugin Beendet left

    I need someone to develop a simple Magento plugin to add a new payment method to checkout. It should add a configuration tab in admin to add a api key. This api key will be used to call an api w...someone to develop a simple Magento plugin to add a new payment method to checkout. It should add a configuration tab in admin to add a api key. This api key will be used to call an api with the cart total, and then open a new browser tab with the link returned by the api. It should store this payment method as the payment method for the order with the status of "Pending". It should create a callback endpoint to be notified when the payment is done, and update the status to "Paid" It should create in admin a button in the order to check if the payment is done and...

    €212 (Avg Bid)
    €212 Gebot i.D.
    31 Angebote

    ...redirected to your domain name with a GET parameter "code", example: http://yourdomain/?code=XXX In your code, to retrieve the authorized user info, you need to generate an access code, please use the code below: PHP: <?php $app_id = 'YOUR_APP_ID'; // your application app id $app_secret = 'YOUR_APP_SECRET'; your application app secret $code = $_GET['code']; // the GET parameter you got in the callback: http://yourdomain/?code=XXX $get = file_get_contents("{$app_id}&app_secret={$app_secret}&code={$code}"); $json = json_decode($get, true); if (!empty($json['access_token'])) { $access_token = $json['access_token']; // your access token } ?> Once you got the access code, simple call the data y...

    €81 (Avg Bid)
    €81 Gebot i.D.
    18 Angebote

    I have a Parent function which passes a UIImage to child function which makes a URLSession call and returns a string to the parent. I need the code where the parent function calls the child function and waits for a response before proceeding. I’m sure this is a basis code snippet for a Swift networking Pro but I don’t have any more time to spend on this. My attempts to use DispatchGroup() and completion handlers have not been successful. Code needs to run in xCode 12.5.1 (no 13 beta)

    €25 (Avg Bid)
    €25 Gebot i.D.
    4 Angebote

    1. update my purchase helper to 4.X billing library 2. on my 3.x billing library version , when user buy same consumable item , consumeAsync callback will get some error - 6 Server error, please try again - 8 Item is not owned by the user you need help me fix them

    €85 (Avg Bid)
    €85 Gebot i.D.
    9 Angebote

    ...estos valores a mi gusto: 1) nivel de apalancamiento (por ejemplo: 1x, 2x, 3x,...,125x), 2) porcentaje de pérdida por stop loss (valor apalancado, por ejemplo si quiero asumir una pérdida del 3% con un apalancamiento de 10x el precio debería bajar 0,3% para que se ejecute el stop loss), 3) Porcentaje de trailing stop (aquí hay dos valores, uno es el precio de activación y el otro es la tasa de callback, las condiciones son iguales al apartado anterior. Deberá visualizar y almacenar los valores de las ultimas 500 velas, los precios tienen que ser máximos y mínimos, no así la longitud del precio de apertura y cierre. Con estos valores de las últimas 500 velas, tiene que calcular un promedio de longitud. Si el val...

    €527 (Avg Bid)
    €527 Gebot i.D.
    12 Angebote

    I run a WHMCS 7.6.1 (older version) New payment gateway modules are not work the callback. I use looking for a coder who knows the differences in the callback of versions 7.6.1 and the current versions and can easily fix the problem.

    €35 (Avg Bid)
    €35 Gebot i.D.
    9 Angebote