dolibarr-git
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dolibarr-git] [Dolibarr/dolibarr] cc1aab: NEW Stripe Payment Intent


From: Laurent Destailleur
Subject: [Dolibarr-git] [Dolibarr/dolibarr] cc1aab: NEW Stripe Payment Intent
Date: Thu, 14 Feb 2019 07:13:13 -0800

  Branch: refs/heads/develop
  Home:   https://github.com/Dolibarr/dolibarr
  Commit: cc1aabfd19fd3882fa18faac5ce284fa49af1416
      
https://github.com/Dolibarr/dolibarr/commit/cc1aabfd19fd3882fa18faac5ce284fa49af1416
  Author: ptibogxiv <address@hidden>
  Date:   2019-02-12 (Tue, 12 Feb 2019)

  Changed paths:
    M htdocs/stripe/class/stripe.class.php

  Log Message:
  -----------
  NEW Stripe Payment Intent

Starting in September 2019, a new regulation called Strong Customer 
Authentication (SCA) will require businesses in Europe to request additional 
authentication for online payments. We recommend that all European businesses 
start building their Stripe integrations with either our PaymentIntents API or 
our new Checkout to be ready for these rule changes.

https://stripe.com/docs/payments/payment-intents

need replace actual integration


  Commit: 85272b83454918fcfcc48ba00275639ad5b8067c
      
https://github.com/Dolibarr/dolibarr/commit/85272b83454918fcfcc48ba00275639ad5b8067c
  Author: ptibogxiv <address@hidden>
  Date:   2019-02-12 (Tue, 12 Feb 2019)

  Changed paths:
    M htdocs/install/mysql/migration/9.0.0-10.0.0.sql

  Log Message:
  -----------
  NEW support stripe payment prelevement


  Commit: 8f3ffc6520eb3bb8efff1e7dcced21426fb0ce1f
      
https://github.com/Dolibarr/dolibarr/commit/8f3ffc6520eb3bb8efff1e7dcced21426fb0ce1f
  Author: ptibogxiv <address@hidden>
  Date:   2019-02-12 (Tue, 12 Feb 2019)

  Changed paths:
    M htdocs/install/mysql/tables/llx_prelevement_facture_demande.sql

  Log Message:
  -----------
  NEW stripe payment intent

use it for stripe


  Commit: 7d5ea4fc35b02d5bdfdde251f16099c0ee5e924a
      
https://github.com/Dolibarr/dolibarr/commit/7d5ea4fc35b02d5bdfdde251f16099c0ee5e924a
  Author: ptibogxiv <address@hidden>
  Date:   2019-02-12 (Tue, 12 Feb 2019)

  Changed paths:
    M htdocs/stripe/class/stripe.class.php

  Log Message:
  -----------
  Update stripe.class.php


  Commit: 5a0d4c4cdcdb2a01cad89cdf2062785dafd0e0d2
      
https://github.com/Dolibarr/dolibarr/commit/5a0d4c4cdcdb2a01cad89cdf2062785dafd0e0d2
  Author: Laurent Destailleur <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M .travis.yml
    M htdocs/admin/dict.php
    M htdocs/admin/menus/edit.php
    M htdocs/comm/action/class/ical.class.php
    M htdocs/comm/propal/class/api_proposals.class.php
    M htdocs/commande/class/api_orders.class.php
    M htdocs/compta/compta-files.php
    M htdocs/compta/facture/class/api_invoices.class.php
    M htdocs/compta/facture/class/facture-rec.class.php
    M htdocs/contact/consumption.php
    A htdocs/core/class/cmeasuringunits.class.php
    M htdocs/core/class/commondocgenerator.class.php
    A htdocs/core/class/cunits.class.php
    M htdocs/core/class/rssparser.class.php
    M htdocs/core/lib/images.lib.php
    M htdocs/core/lib/product.lib.php
    M htdocs/core/lib/tax.lib.php
    M htdocs/core/lib/treeview.lib.php
    M htdocs/core/modules/import/import_csv.modules.php
    M htdocs/core/modules/import/import_xlsx.modules.php
    M htdocs/core/modules/modProduct.class.php
    M htdocs/don/class/don.class.php
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/cs/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/da/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/de/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/en/uk/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/es/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/fi/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/fr/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/hu/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/it/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/nl/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/no/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/pl/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/pt/br/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/pt/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/ru/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/sv/config
    M htdocs/includes/phpoffice/phpexcel/Classes/PHPExcel/locale/tr/config
    M htdocs/install/mysql/data/llx_00_c_country.sql
    A htdocs/install/mysql/data/llx_c_measuring_units.sql
    M htdocs/install/mysql/migration/8.0.0-9.0.0.sql
    M htdocs/install/mysql/migration/9.0.0-10.0.0.sql
    A htdocs/install/mysql/tables/llx_c_measuring_units.key.sql
    A htdocs/install/mysql/tables/llx_c_measuring_units.sql
    M htdocs/langs/en_US/admin.lang
    M htdocs/langs/en_US/products.lang
    M htdocs/main.inc.php
    M htdocs/margin/agentMargins.php
    M htdocs/product/class/html.formproduct.class.php
    M htdocs/product/stock/movement_card.php
    M htdocs/projet/tasks/time.php
    M htdocs/resource/class/html.formresource.class.php
    M htdocs/supplier_proposal/class/supplier_proposal.class.php
    M htdocs/user/card.php
    M htdocs/webservices/server_category.php
    M htdocs/webservices/server_productorservice.php

  Log Message:
  -----------
  Merge branch 'develop' into patch-110


  Commit: 00cfee0c37d4d74d78f69ddc1405f979ccc696ac
      
https://github.com/Dolibarr/dolibarr/commit/00cfee0c37d4d74d78f69ddc1405f979ccc696ac
  Author: Laurent Destailleur <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M htdocs/install/mysql/migration/9.0.0-10.0.0.sql

  Log Message:
  -----------
  Update 9.0.0-10.0.0.sql


  Commit: 567d92f886e4b591233718ed62f869ba2c6f17cb
      
https://github.com/Dolibarr/dolibarr/commit/567d92f886e4b591233718ed62f869ba2c6f17cb
  Author: Laurent Destailleur <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M htdocs/install/mysql/tables/llx_prelevement_facture_demande.sql

  Log Message:
  -----------
  Update llx_prelevement_facture_demande.sql


  Commit: 04942d3016e8d4fc2e3cb3b8a3078c97b0cb182b
      
https://github.com/Dolibarr/dolibarr/commit/04942d3016e8d4fc2e3cb3b8a3078c97b0cb182b
  Author: Laurent Destailleur <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    R dev/initdemo/documents_demo/custom/main.inc.php
    R dev/initdemo/documents_demo/custom/master.inc.php
    R dev/initdemo/documents_demo/medias/background_sunset.jpg
    M dev/initdemo/initdemo.sh
    M dev/initdemo/mysqldump_dolibarr_9.0.0.sql
    M htdocs/accountancy/class/accountingjournal.class.php
    M htdocs/adherents/subscription/list.php
    M htdocs/admin/dict.php
    M htdocs/admin/menus/edit.php
    M htdocs/admin/menus/index.php
    M htdocs/comm/propal/class/api_proposals.class.php
    M htdocs/commande/class/api_orders.class.php
    M htdocs/compta/facture/class/api_invoices.class.php
    M htdocs/contact/card.php
    R htdocs/core/class/cmeasuringunits.class.php
    M htdocs/core/class/cunits.class.php
    M htdocs/core/class/html.formaccounting.class.php
    M htdocs/core/lib/barcode.lib.php
    M htdocs/core/lib/company.lib.php
    M htdocs/core/lib/functionsnumtoword.lib.php
    M htdocs/core/menus/standard/auguria.lib.php
    M htdocs/core/modules/expensereport/mod_expensereport_sand.php
    M htdocs/core/modules/facture/mod_facture_mercure.php
    M htdocs/core/modules/holiday/mod_holiday_immaculate.php
    M htdocs/core/modules/holiday/modules_holiday.php
    M htdocs/core/modules/modAdherent.class.php
    M htdocs/core/modules/modCommande.class.php
    M htdocs/core/modules/modProduct.class.php
    M htdocs/core/modules/modProjet.class.php
    M htdocs/core/modules/modSociete.class.php
    M htdocs/core/modules/modStock.class.php
    M htdocs/core/modules/payment/mod_payment_ant.php
    M htdocs/core/modules/supplier_order/mod_commande_fournisseur_orchidee.php
    M htdocs/core/modules/ticket/mod_ticket_universal.php
    M 
htdocs/core/triggers/interface_50_modMailmanspip_Mailmanspipsynchro.class.php
    M htdocs/exports/class/export.class.php
    R htdocs/install/mysql/data/llx_c_measuring_units.sql
    M htdocs/install/mysql/data/llx_c_units.sql
    M htdocs/install/mysql/migration/9.0.0-10.0.0.sql
    R htdocs/install/mysql/tables/llx_c_measuring_units.key.sql
    R htdocs/install/mysql/tables/llx_c_measuring_units.sql
    M htdocs/install/mysql/tables/llx_c_units.sql
    M htdocs/product/stock/card.php
    M htdocs/product/stock/info.php
    M htdocs/product/stock/movement_list.php
    M htdocs/takepos/takepos.php
    M htdocs/website/class/website.class.php

  Log Message:
  -----------
  Merge branch 'develop' into patch-110


  Commit: 9d03d166a4dcf3af96f6992b6876add43304c53d
      
https://github.com/Dolibarr/dolibarr/commit/9d03d166a4dcf3af96f6992b6876add43304c53d
  Author: Laurent Destailleur <address@hidden>
  Date:   2019-02-14 (Thu, 14 Feb 2019)

  Changed paths:
    M htdocs/install/mysql/migration/9.0.0-10.0.0.sql
    M htdocs/install/mysql/tables/llx_prelevement_facture_demande.sql
    M htdocs/stripe/class/stripe.class.php

  Log Message:
  -----------
  Merge pull request #10563 from ptibogxiv/patch-110

NEW: Stripe payment intent


Compare: 
https://github.com/Dolibarr/dolibarr/compare/8f493bfbdcce...9d03d166a4dc



reply via email to

[Prev in Thread] Current Thread [Next in Thread]