PHP code example of fasapay / magento2-fasapay-sci

1. Go to this page and download the library: Download fasapay/magento2-fasapay-sci library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

fasapay / magento2-fasapay-sci example snippets


    array
    .......
      'FasaPay_PaymentSci' => 1,
      'Magento_CheckoutAgreements' => 1,
      'Magento_Payment' => 1,
      'Magento_SampleData' => 1,
      'Magento_CmsUrlRewrite' => 1,
      'Magento_Config' => 1,
      'Magento_ConfigurableImportExport' => 1,
      'Magento_Downloadable' => 1,
      'Magento_Wishlist' => 1,
    .......
    ),