Jump to content

Blesta Developer Needed


masson

Recommended Posts

Hi,

 

I'm looking for a professional Blesta Developer to create a plugin between our eCommerce system and Blesta.

In basics we need the following functions between our system and Blesta.

 

1) New Store 

2) Plan Changed 
3) Account cancelled.

 

1) New Store: 

The following information is required:

$postData = [ 
    'name' => 'Michael Jackson', 
    'email' => 'michael@jackson.com', 
    'password' => 'lemonface', 
    'shop_name' => 'Testing Shop', 
    'hostname' => 'testing-shop1', 
    'plan_name' => 'brons' 
];

The web service will return a JSON string with the store id or validation errors.

 

2) Plan Changed 

$postData = [ 
    'store_id' => '12312' 
    'plan_name' => 'brons' 
];

3) Account Cancelled:

$postData = [ 
    'store_id' => 123123, 
    'plan_name' => 'brons' 
];

We will need to secure it, so it us up to the Blesta developer to identify a way to secure transmission. Possibly by the use of an API key or Token.

Please contact me in PM or at masson@cartico.com for further details and estimate costs.

Regards,
Masson

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.

Loading...
×
×
  • Create New...