Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <?xml version="1.0"?><config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  2. <type name="MagentoCheckoutModelShippingInformationManagement">
  3. <plugin name="get_shipping_info" type="VendorModulePluginCheckoutModelShippingInformationManagement" sortOrder="1"/>
  4. </type>
  5.  
  6. <?php class ShippingInformationManagement{
  7. public function afterSaveAddressInformation(
  8. MagentoCheckoutModelShippingInformationManagement $shipping,
  9. $result
  10. )
  11. {
  12. echo"hiiiiiiii";die;
  13. return "(after) $result (/after)";
  14.  
  15. } }?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement