Jump to content

Steven F

Members
  • Posts

    22
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Steven F got a reaction from Michael in Enable Alipay And Bitcoin In Stripe Gateway   
    I wish I could take credit, but it's all Blesta and Stripe, I'm just doing a bit of minor integration. However, it was not fun integrating with the current documentation, let me tell you. Took a while to figure out how to get it functioning properly. I'm going to try and publish all of the information I gained from this to help future developers.
  2. Like
    Steven F got a reaction from Michael in Enable Alipay And Bitcoin In Stripe Gateway   
    I've got this coming out this week! I just need to find an hour or two to finish up the module. I've already contacted Paul to see how to get this into the Blesta files for future installs.
     
    http://puu.sh/hb8ei/1fd89c333f.png You can enable BitCoin and AliPay independently, so if you're not in the AliPay beta or don't want to accept BTC, that's your choice.
    http://puu.sh/hb87I/1d2f1b63e7.png
    http://puu.sh/hb88C/e7a2e9174e.png (customizable text box, oooh).
    http://puu.sh/hb89F/7a7d689a92.png (just found a bug, it should say deposit for credit).
  3. Like
    Steven F got a reaction from Paul in Nonmerchant Validate?   
    Configure::get("Blesta.gw_callback_url") . Configure::get("Blesta.company_id") ."/NAMEOFGATEWAY/?client_id=" . $this->ifSet($contact_info['client_id'])  
    Figured it out.
  4. Like
    Steven F got a reaction from Michael in Ai Search Giggles   
    Was there a cPanel bug or WordPress exploit driving you to the edge of insanity?
  5. Like
    Steven F got a reaction from Michael in Change System E-Mail Address?   
    One more thing. from is a reserved word in MySQL. @Paul, bad Paul.
     
    You'll need to use `from` to properly edit them.
     
    Edit:
    UPDATE emails SET `from`="sales@domain.com" WHERE `from`="sales@whatever"
  6. Like
    Steven F got a reaction from Michael in Stripe - Bitcoin And Alipay?   
    Awesome! We were part of the beta. We're also part of the AliPay beta. I haven't had a chance to work on the plugin, but I'm hoping to get to it this weekend. I'll be integrating Stripe Checkout.
×
×
  • Create New...